Set only one entry point

This commit is contained in:
SeanOMik 2023-04-02 21:07:45 -04:00
parent 531f255933
commit a26d94a5ac
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 3 additions and 3 deletions

View File

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