From 1ea905ec3acde8cfce55c781adbb32f26ae375a6 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 17:03:02 -0400 Subject: [PATCH] Add traefik and metrics values to traefik --- cluster/apps/traefik/traefik-values.yaml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/cluster/apps/traefik/traefik-values.yaml b/cluster/apps/traefik/traefik-values.yaml index 2a0662a..f5b9d48 100644 --- a/cluster/apps/traefik/traefik-values.yaml +++ b/cluster/apps/traefik/traefik-values.yaml @@ -12,18 +12,26 @@ logs: level: DEBUG ports: + traefik: + port: 9000 + expose: true + exposedPort: 9001 + # The port protocol (TCP/UDP) + protocol: TCP web: expose: true - exposedPort: 8080 - # (optional) Permanent Redirect to HTTPS - # redirectTo: websecure + # (optional) Permanent Redirect to HTTPS + # redirectTo: websecure websecure: + exposed: true tls: - exposed: true - exposedPort: 8443 - enabled: true certResolver: cloudflare + metrics: + port: 9100 + expose: true + exposedPort: 9100 + protocol: TCP env: