Skip to content

Commit c339384

Browse files
haasonsaasclaude
andcommitted
Add networkPolicy and podDisruptionBudget defaults to Helm values
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6d6257 commit c339384

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

charts/diffscope/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@ nodeSelector: {}
111111
tolerations: []
112112
affinity: {}
113113

114+
# -- Network policy to restrict pod traffic
115+
networkPolicy:
116+
enabled: false
117+
# Additional ingress sources (e.g., namespaceSelector, podSelector)
118+
ingressFrom: []
119+
# Additional egress rules beyond DNS and HTTPS
120+
extraEgress: []
121+
122+
# -- Pod disruption budget for high-availability
123+
podDisruptionBudget:
124+
enabled: false
125+
minAvailable: 1
126+
114127
# -- Ollama for local LLM inference
115128
ollama:
116129
enabled: false

0 commit comments

Comments
 (0)