Compare commits

..

2 Commits

Author SHA1 Message Date
CSRBot 195a7d9636 chore(deps): update dependency helm-unittest/helm-unittest to v1.1.1
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 23s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 25s
Generate README / generate-parameters (push) Successful in 1m25s
2026-06-07 13:45:24 +00:00
volker.raschek 0f91c70c3f docs(values): add networkPolicy example for GatewayAPI
Helm / helm-unittest (push) Successful in 31s
Helm / helm-lint (push) Successful in 6s
Generate README / generate-parameters (push) Successful in 37s
2026-06-07 15:18:05 +02:00
2 changed files with 21 additions and 2 deletions
+1
View File
@@ -1917,6 +1917,7 @@
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},
+20 -2
View File
@@ -615,6 +615,7 @@ hpa:
# target:
# averageUtilization: 65
# type: Utilization
# type: Resource
minReplicas: 1
maxReplicas: 10
@@ -700,7 +701,13 @@ networkPolicy:
# - port: 22
# protocol: TCP
# Allow outgoing HTTPS traffic to external go module servers
# Allow outgoing traffic to HTTP severs
#
# - ports:
# - port: 80
# protocol: TCP
# Allow outgoing traffic to HTTPS severs
#
# - ports:
# - port: 443
@@ -735,7 +742,7 @@ networkPolicy:
# - port: http
# protocol: TCP
# Allow incoming HTTP traffic from ingress-nginx.
# Allow incoming HTTP traffic from ingress-nginx or gateway-api.
#
# - from:
# - namespaceSelector:
@@ -748,6 +755,17 @@ 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.