From fad68f893de749d1fc21560d152e7179c99c62f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Wed, 7 Dec 2022 11:14:54 +0100 Subject: [PATCH] Metalbb part2 --- apps/templates/traefik.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index 8739c00..be831b8 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -29,19 +29,19 @@ spec: kubernetesGateway: enabled: false - dnsPolicy: ClusterFirstWithHostNet - hostNetwork: true - nodeSelector: - hasDns: "true" + # dnsPolicy: ClusterFirstWithHostNet + # hostNetwork: true + # nodeSelector: + # hasDns: "true" - securityContext: - capabilities: - drop: [ALL] - add: [NET_BIND_SERVICE] - readOnlyRootFilesystem: true - runAsGroup: 0 - runAsNonRoot: false - runAsUser: 0 + # securityContext: + # capabilities: + # drop: [ALL] + # add: [NET_BIND_SERVICE] + # readOnlyRootFilesystem: true + # runAsGroup: 0 + # runAsNonRoot: false + # runAsUser: 0 globalArguments: [] @@ -94,7 +94,7 @@ spec: service: enabled: true - type: NodePort + type: LoadBalancer deployment: initContainers: