Browse Source

qwe

pull/149/head
Marat 3 years ago
parent
commit
5c211a1474
  1. 3
      nginx-ingress/values.yaml

3
nginx-ingress/values.yaml

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

Loading…
Cancel
Save