diff --git a/traefik/values.schema.json b/traefik/values.schema.json index 15b4079e4..8096cacae 100644 --- a/traefik/values.schema.json +++ b/traefik/values.schema.json @@ -1031,6 +1031,7 @@ "targetPort": { "minimum": 0, "type": [ + "string", "integer", "null" ] @@ -1194,6 +1195,7 @@ "targetPort": { "minimum": 0, "type": [ + "string", "integer", "null" ] diff --git a/traefik/values.yaml b/traefik/values.yaml index 126db05c3..1e06245ea 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -606,7 +606,7 @@ ports: default: true exposedPort: 80 ## -- Different target traefik port on the cluster, useful for IP type LB - targetPort: # @schema type:[integer, null]; minimum:0 + targetPort: # @schema type:[string, integer, null]; minimum:0 # The port protocol (TCP/UDP) protocol: TCP # -- See [upstream documentation](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) @@ -645,7 +645,7 @@ ports: default: true exposedPort: 443 ## -- Different target traefik port on the cluster, useful for IP type LB - targetPort: # @schema type:[integer, null]; minimum:0 + targetPort: # @schema type:[string, integer, null]; minimum:0 ## -- The port protocol (TCP/UDP) protocol: TCP # -- See [upstream documentation](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport)