Skip to content

Commit

Permalink
fix: frontend PodDisruptionBudget
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphaftek committed Feb 4, 2025
1 parent 8a0dc9f commit 9cbf8d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
{{- toYaml .Values.frontend.podDisruptionBudget | nindent 2 }}
selector:
{{- include "sourcegraph.selectorLabels" . | nindent 4 }}
app: sourcegraph-frontend
matchLabels:
{{- include "sourcegraph.selectorLabels" . | nindent 6 }}
app: sourcegraph-frontend
{{- end }}
3 changes: 3 additions & 0 deletions charts/sourcegraph/tests/podDisruptionBudget_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ tests:
- equal:
path: spec.minAvailable
value: 1
- equal:
path: spec.selector.matchLabels.app
value: sourcegraph-frontend

0 comments on commit 9cbf8d7

Please sign in to comment.