Skip to content

Commit 5e2ff31

Browse files
committed
chore: remove cluster first isnce we dont need access to the cluster pods
1 parent d8ce749 commit 5e2ff31

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/dedicated-servers/dedicated-servers.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export class DedicatedServersService {
170170
],
171171
},
172172
hostNetwork: true,
173-
dnsPolicy: "ClusterFirstWithHostNet",
174173
affinity: {
175174
nodeAffinity: {
176175
requiredDuringSchedulingIgnoredDuringExecution: {

src/matches/match-assistant/match-assistant.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,6 @@ export class MatchAssistantService {
637637
],
638638
},
639639
hostNetwork: true,
640-
dnsPolicy: "ClusterFirstWithHostNet",
641640
affinity: {
642641
nodeAffinity: {
643642
requiredDuringSchedulingIgnoredDuringExecution: {

0 commit comments

Comments
 (0)