docs(README): adapt description of networkPolicy examples
Some checks failed
Helm / helm-lint (push) Successful in 1m4s
Helm / helm-unittest (push) Successful in 7s
Generate README / generate-parameters (push) Failing after 1m21s

This commit is contained in:
2025-10-12 22:24:10 +02:00
parent eadbcf243b
commit adfe40a9c7

View File

@@ -404,9 +404,9 @@ deployment:
# whenUnsatisfiable: DoNotSchedule # whenUnsatisfiable: DoNotSchedule
# labelSelector: # labelSelector:
# matchLabels: # matchLabels:
# app.kubernetes.io/instance: prometheus-athens-proxy # app.kubernetes.io/instance: athens-proxy
## @param deployment.volumes Additional volumes to mount into the pods of the prometheus-exporter deployment. ## @param deployment.volumes Additional volumes to mount into the pods of the athens-proxy deployment.
volumes: [] volumes: []
# - name: my-configmap-volume # - name: my-configmap-volume
# config: # config:
@@ -517,13 +517,10 @@ networkPolicy:
# - Egress # - Egress
# - Ingress # - Ingress
egress: [] egress: []
# Allow outgoing traffic to database host # Allow outgoing HTTPS traffic to external go module servers
# #
# - to: # - ports:
# - ipBlock: # - port: 443
# cidr: 192.168.179.1/32
# ports:
# - port: 5432
# protocol: TCP # protocol: TCP
# Allow outgoing DNS traffic to the internal running DNS-Server. For example core-dns. # Allow outgoing DNS traffic to the internal running DNS-Server. For example core-dns.