This commit is contained in:
Roxedus 2022-06-04 23:45:54 +02:00
parent 8ffcd8bf3e
commit d2f8061040
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ metadata:
namespace: default
spec:
entryPoints:
- websecure
- web
routes:
- kind: Rule
match: Host(`argocd.roxedus.com`)

View File

@ -6,7 +6,7 @@ metadata:
namespace: default
spec:
entryPoints:
- websecure
- web
routes:
- kind: Rule
match: Host(`traefik.roxedus.com`) && PathPrefix(`/dashboard`)