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`)