diff --git a/ingress-nginx/values.homeK8s.yaml b/ingress-nginx/values.homeK8s.yaml index b04748d..965f216 100644 --- a/ingress-nginx/values.homeK8s.yaml +++ b/ingress-nginx/values.homeK8s.yaml @@ -923,17 +923,17 @@ imagePullSecrets: [] ## tcp: # 8080: "default/example-tcp-svc:9000" - 22: "git/gitea:22" - 3306: "db/mariadb:3306" - 9084: "ingress/vmware-updates-repo:9084" - 56451: "media/torrent-transmission:56451" + '22': "git/gitea:22" + '3306': "db/mariadb:3306" + '9084': "ingress/vmware-updates-repo:9084" + '56451': "media/torrent-transmission:56451" # -- UDP service key-value pairs ## Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md ## udp: # 53: "kube-system/kube-dns:53" - 56451: "media/torrent-transmission-udp:56451" + '56451': "media/torrent-transmission-udp:56451" # -- Prefix for TCP and UDP ports names in ingress controller service ## Some cloud providers, like Yandex Cloud may have a requirements for a port name regex to support cloud load balancer integration