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: tcp:
# 8080: "default/example-tcp-svc:9000" # 8080: "default/example-tcp-svc:9000"
22: "git/gitea:22" '22': "git/gitea:22"
3306: "db/mariadb:3306" '3306': "db/mariadb:3306"
9084: "ingress/vmware-updates-repo:9084" '9084': "ingress/vmware-updates-repo:9084"
56451: "media/torrent-transmission:56451" '56451': "media/torrent-transmission:56451"
# -- UDP service key-value pairs # -- UDP service key-value pairs
## Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md ## Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md
## ##
udp: udp:
# 53: "kube-system/kube-dns:53" # 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 # -- 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 ## Some cloud providers, like Yandex Cloud may have a requirements for a port name regex to support cloud load balancer integration