From a9719d0c9685361f03dc5f4b26e5251ebe5423cc Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 13:14:25 +0200 Subject: [PATCH] Fixed incorrect yaml schema usage --- applications/templates/traefik.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml index d034ef8..2799fee 100644 --- a/applications/templates/traefik.yaml +++ b/applications/templates/traefik.yaml @@ -38,20 +38,23 @@ spec: # -- You SHOULD NOT expose the traefik port on production deployments. # If you want to access it from outside your cluster, # use `kubectl port-forward` or create a secure ingress - expose: true + expose: + default: true # -- The exposed port for this service exposedPort: 8080 # -- The port protocol (TCP/UDP) protocol: TCP web: port: 8000 - expose: true + expose: + default: true exposedPort: 80 protocol: TCP websecure: # asDefault: true port: 8443 - expose: true + expose: + default: true exposedPort: 443 protocol: TCP tls: