Set only one entry point
This commit is contained in:
parent
531f255933
commit
a26d94a5ac
|
@ -15,7 +15,7 @@ ports:
|
||||||
traefik:
|
traefik:
|
||||||
port: 9000
|
port: 9000
|
||||||
expose: true
|
expose: true
|
||||||
exposedPort: 9001
|
exposedPort: 9000
|
||||||
# The port protocol (TCP/UDP)
|
# The port protocol (TCP/UDP)
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
web:
|
web:
|
||||||
|
@ -57,8 +57,8 @@ env:
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
matchRule: PathPrefix(`/dashboard/`) || PathPrefix(`/api`)
|
matchRule: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`))
|
||||||
entryPoints: ["traefik"]
|
entryPoints: ["websecure"]
|
||||||
|
|
||||||
# Persistent Storage
|
# Persistent Storage
|
||||||
persistence:
|
persistence:
|
||||||
|
|
Loading…
Reference in New Issue