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