From d2f8061040a54e4fa986bea3ebc1339fa229cd02 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 23:45:54 +0200 Subject: [PATCH] w --- Charts/traefik/values.yaml | 4 ++-- Deployments/argo-ingress.yaml | 2 +- Deployments/traefik-ingress.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index 193be9b..eee42aa 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -54,7 +54,7 @@ traefik: name: auto-cloudflared-secrets env: - name: TRAEFIK_SERVICE_ENDPOINT - value: https://localhost:443 + value: http://localhost:8000 - name: TRAEFIK_API_ENDPOINT value: http://localhost:9000 - name: TRAEFIK_ENTRYPOINT @@ -340,7 +340,7 @@ traefik: websecure: port: 8443 # hostPort: 8443 - expose: true + expose: false exposedPort: 443 # The port protocol (TCP/UDP) protocol: TCP diff --git a/Deployments/argo-ingress.yaml b/Deployments/argo-ingress.yaml index 4af4fae..a0504a4 100644 --- a/Deployments/argo-ingress.yaml +++ b/Deployments/argo-ingress.yaml @@ -5,7 +5,7 @@ metadata: namespace: default spec: entryPoints: - - websecure + - web routes: - kind: Rule match: Host(`argocd.roxedus.com`) diff --git a/Deployments/traefik-ingress.yaml b/Deployments/traefik-ingress.yaml index b534130..436879d 100644 --- a/Deployments/traefik-ingress.yaml +++ b/Deployments/traefik-ingress.yaml @@ -6,7 +6,7 @@ metadata: namespace: default spec: entryPoints: - - websecure + - web routes: - kind: Rule match: Host(`traefik.roxedus.com`) && PathPrefix(`/dashboard`)