w
This commit is contained in:
parent
8ffcd8bf3e
commit
d2f8061040
@ -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
|
||||||
|
@ -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`)
|
||||||
|
@ -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`)
|
||||||
|
Loading…
Reference in New Issue
Block a user