Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit

Permalink
update the base configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Aug 29, 2024
1 parent f3a125c commit f9a5bbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/base/traefik/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ spec:
image: traefik:3.0.4
args:
- "--entryPoints.web.address=:8000/tcp"
- "--entryPoints.webnonpriv.address=:8080/tcp"
- "--entryPoints.websecure.address=:8443/tcp"
- "--entryPoints.websecnonpriv.address=:8445/tcp"
- "--entryPoints.traefik.address=:9000/tcp"
- "--api=true"
- "--api.dashboard=true"
Expand Down Expand Up @@ -65,10 +67,18 @@ spec:
containerPort: 8000
protocol: TCP

- name: webnonpriv
containerPort: 8080
protocol: TCP

- name: websecure
containerPort: 8443
protocol: TCP

- name: websecnonpriv
containerPort: 8445
protocol: TCP

- name: traefik
containerPort: 9000
protocol: TCP
Expand Down
2 changes: 2 additions & 0 deletions apps/staging/traefik/traefik-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ spec:
- name: traefik
args:
- "--entryPoints.web.address=:8000/tcp"
- "--entryPoints.webnonpriv.address=:8080/tcp"
- "--entryPoints.websecure.address=:8443/tcp"
- "--entryPoints.websecnonpriv.address=:8445/tcp"
- "--entryPoints.traefik.address=:9000/tcp"
- "--api=true"
- "--api.dashboard=true"
Expand Down

0 comments on commit f9a5bbc

Please sign in to comment.