trafik rework -> missing test on linux machine

This commit is contained in:
2024-03-31 18:55:22 +02:00
parent 4b6dbdcbf9
commit fe436fa4e4
34 changed files with 37 additions and 61 deletions

View File

@ -5,3 +5,25 @@ metadata:
namespace: traefik
spec:
type: LoadBalancer
ports:
- name: web
port: 80
protocol: TCP
targetPort: web
nodeport: 80
- name: websecure
port: 443
protocol: TCP
targetPort: websecure
nodeport: 443
- name: dns
port: 53
protocol: UDP
targetPort: dns
nodeport: 53
- name: traefik
port: 9000
protocol: TCP
targetPort: traefik
nodeport: 9000