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: