|
@ -164,7 +164,6 @@ controller: |
|
|
configMapNamespace: "" |
|
|
configMapNamespace: "" |
|
|
# -- Annotations to be added to the tcp config configmap |
|
|
# -- Annotations to be added to the tcp config configmap |
|
|
annotations: {} |
|
|
annotations: {} |
|
|
22: "default/gitea-ssh:22" |
|
|
|
|
|
|
|
|
|
|
|
udp: |
|
|
udp: |
|
|
# -- Allows customization of the udp-services-configmap; defaults to $(POD_NAMESPACE) |
|
|
# -- Allows customization of the udp-services-configmap; defaults to $(POD_NAMESPACE) |
|
@ -913,7 +912,7 @@ imagePullSecrets: [] |
|
|
# -- TCP service key-value pairs |
|
|
# -- TCP 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 |
|
|
## |
|
|
## |
|
|
tcp: {} |
|
|
tcp: {22: "default/gitea-ssh:22"} |
|
|
# 8080: "default/example-tcp-svc:9000" |
|
|
# 8080: "default/example-tcp-svc:9000" |
|
|
|
|
|
|
|
|
# -- UDP service key-value pairs |
|
|
# -- UDP service key-value pairs |
|
|