This commit is contained in:
Steffen Illium 2024-04-01 15:33:44 +02:00
parent 2048a0b354
commit 480a17f523

View File

@ -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