Skip to content

Commit

Permalink
service names must be <= 15 characters length
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
  • Loading branch information
kingdonb committed Aug 29, 2024
1 parent 1cd4816 commit f3a125c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/base/traefik/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ spec:
targetPort: webnonpriv
protocol: TCP
- port: 8443
name: websecurenonpriv
targetPort: websecurenonpriv
name: websecnonpriv
targetPort: websecnonpriv
protocol: TCP
2 changes: 1 addition & 1 deletion apps/production/traefik/traefik-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- "--entryPoints.web.address=:8000/tcp"
- "--entryPoints.webnonpriv.address=:8080/tcp"
- "--entryPoints.websecure.address=:8443/tcp"
- "--entryPoints.websecurenonpriv.address=:8445/tcp"
- "--entryPoints.websecnonpriv.address=:8445/tcp"
- "--entryPoints.traefik.address=:9000/tcp"
- "--api=true"
- "--api.dashboard=true"
Expand Down

0 comments on commit f3a125c

Please sign in to comment.