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 name: auto-cloudflared-secrets
env: env:
- name: TRAEFIK_SERVICE_ENDPOINT - name: TRAEFIK_SERVICE_ENDPOINT
value: https://localhost:443 value: http://localhost:8000
- name: TRAEFIK_API_ENDPOINT - name: TRAEFIK_API_ENDPOINT
value: http://localhost:9000 value: http://localhost:9000
- name: TRAEFIK_ENTRYPOINT - name: TRAEFIK_ENTRYPOINT
@ -340,7 +340,7 @@ traefik:
websecure: websecure:
port: 8443 port: 8443
# hostPort: 8443 # hostPort: 8443
expose: true expose: false
exposedPort: 443 exposedPort: 443
# The port protocol (TCP/UDP) # The port protocol (TCP/UDP)
protocol: TCP protocol: TCP

View File

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

View File

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