From 658804b41c000b32b48fed840650b9ae1e8f8ea5 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 2 Jul 2022 23:03:14 +0200 Subject: [PATCH] uj --- apps/templates/traefik.yaml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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: {}