diff --git a/nginx-ingress/values.yaml b/nginx-ingress/values.yaml index 97f0cea..c647d6c 100644 --- a/nginx-ingress/values.yaml +++ b/nginx-ingress/values.yaml @@ -164,7 +164,6 @@ controller: configMapNamespace: "" # -- Annotations to be added to the tcp config configmap annotations: {} - 22: "default/gitea-ssh:22" udp: # -- Allows customization of the udp-services-configmap; defaults to $(POD_NAMESPACE) @@ -913,7 +912,7 @@ imagePullSecrets: [] # -- TCP service key-value pairs ## 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" # -- UDP service key-value pairs