diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index a203452..e9fe2a6 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -59,6 +59,10 @@ spec: experimental: http3: enabled: true + plugins: + enabled: false + kubernetesGateway: + enabled: false globalArguments: [] @@ -71,10 +75,20 @@ spec: name: traefik-secrets ports: + traefik: + port: 9000 + expose: false + exposedPort: 9000 + protocol: TCP web: + port: 8000 expose: false + exposedPort: 80 + protocol: TCP websecure: + port: 8443 expose: false + exposedPort: 443 protocol: TCP http3: true tls: @@ -86,8 +100,18 @@ spec: minVersion: VersionTLS12 service: - enabled: true + enabled: false type: NodePort + annotations: {} + annotationsTCP: {} + annotationsUDP: {} + labels: {} + spec: + {} + loadBalancerSourceRanges: + [] + externalIPs: + [] certResolvers: {}