diff --git a/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml b/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml index e78d9f7..31b1d94 100644 --- a/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml +++ b/infrastructure/03-traefik/overlay-internal/patches/traefik-service-patch.yaml @@ -11,16 +11,16 @@ spec: - name: web port: 80 protocol: TCP - targetPort: web + targetPort: 8000 - name: websecure port: 443 protocol: TCP - targetPort: websecure + targetPort: 8443 - name: dns port: 53 protocol: UDP - targetPort: dns + targetPort: 53 - name: traefik port: 9000 protocol: TCP - targetPort: traefik \ No newline at end of file + targetPort: 9000 \ No newline at end of file