Skip to content

Commit

Permalink
feat: switching traefik to default admin port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Apr 22, 2018
1 parent 124246b commit a51c264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
hostPort: 443
containerPort: 443
- name: admin
containerPort: 8081
containerPort: 8080
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
ports:
- name: web
port: 80
targetPort: 8081
targetPort: 8080

0 comments on commit a51c264

Please sign in to comment.