Change services

This commit is contained in:
Jonny Ervine 2023-10-04 21:59:30 +08:00
parent 850b19de4d
commit 995ccf8421

View File

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