feat: limit control to single current only namespace

This commit is contained in:
2025-01-10 12:30:15 +03:30
parent 0df874b222
commit 4cd00f25f0
4 changed files with 31 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ service:
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
type: ClusterIP
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 80
port: 3000
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
ingress: