Compare commits

..

1 Commits

Author SHA1 Message Date
CSRBot b239358446 chore(deps): update dependency helm-unittest/helm-unittest to v1.1.1
Helm / helm-lint (push) Successful in 5s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (push) Successful in 22s
Helm / helm-unittest (pull_request) Successful in 13s
2026-06-06 03:02:59 +00:00
2 changed files with 2 additions and 21 deletions
-1
View File
@@ -1917,7 +1917,6 @@
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},
+2 -20
View File
@@ -615,7 +615,6 @@ hpa:
# target:
# averageUtilization: 65
# type: Utilization
# type: Resource
minReplicas: 1
maxReplicas: 10
@@ -701,13 +700,7 @@ networkPolicy:
# - port: 22
# protocol: TCP
# Allow outgoing traffic to HTTP severs
#
# - ports:
# - port: 80
# protocol: TCP
# Allow outgoing traffic to HTTPS severs
# Allow outgoing HTTPS traffic to external go module servers
#
# - ports:
# - port: 443
@@ -742,7 +735,7 @@ networkPolicy:
# - port: http
# protocol: TCP
# Allow incoming HTTP traffic from ingress-nginx or gateway-api.
# Allow incoming HTTP traffic from ingress-nginx.
#
# - from:
# - namespaceSelector:
@@ -755,17 +748,6 @@ networkPolicy:
# - port: http
# protocol: TCP
# - from:
# - namespaceSelector:
# matchLabels:
# kubernetes.io/metadata.name: gateway-api
# podSelector:
# matchLabels:
# gateway.networking.k8s.io/gateway-name: nginx
# ports:
# - port: http
# protocol: TCP
## @section Service
## @param service.enabled Enable the service.
## @param service.annotations Additional service annotations.