Update Kubernetes Port Documentation
This commit is contained in:
parent
e3671cbb04
commit
10ca35dccd
3 changed files with 19 additions and 7 deletions
|
@ -28,6 +28,11 @@ spec:
|
|||
containers:
|
||||
- image: traefik
|
||||
name: traefik-ingress-lb
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
- name: admin
|
||||
containerPort: 8080
|
||||
args:
|
||||
- --api
|
||||
- --kubernetes
|
||||
|
|
|
@ -21,7 +21,6 @@ spec:
|
|||
spec:
|
||||
serviceAccountName: traefik-ingress-controller
|
||||
terminationGracePeriodSeconds: 60
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- image: traefik
|
||||
name: traefik-ingress-lb
|
||||
|
@ -31,6 +30,7 @@ spec:
|
|||
hostPort: 80
|
||||
- name: admin
|
||||
containerPort: 8080
|
||||
hostport: 8080
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
@ -57,4 +57,3 @@ spec:
|
|||
- protocol: TCP
|
||||
port: 8080
|
||||
name: admin
|
||||
type: NodePort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue