ports?
This commit is contained in:
parent
2048a0b354
commit
480a17f523
@ -11,16 +11,16 @@ spec:
|
|||||||
- name: web
|
- name: web
|
||||||
port: 80
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: web
|
targetPort: 8000
|
||||||
- name: websecure
|
- name: websecure
|
||||||
port: 443
|
port: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: websecure
|
targetPort: 8443
|
||||||
- name: dns
|
- name: dns
|
||||||
port: 53
|
port: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: dns
|
targetPort: 53
|
||||||
- name: traefik
|
- name: traefik
|
||||||
port: 9000
|
port: 9000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: traefik
|
targetPort: 9000
|
Loading…
x
Reference in New Issue
Block a user