Skip to content

Commit

Permalink
support: update affinity in observer daemonset to schedule observer w…
Browse files Browse the repository at this point in the history
…ith GKE SpotVM.
  • Loading branch information
mugioka committed May 28, 2022
1 parent 81380c4 commit 1426ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/panope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.5
version: 0.6.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions charts/panope/templates/observer/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
- matchExpressions:
- key: cloud.google.com/gke-preemptible
operator: Exists
- matchExpressions:
- key: cloud.google.com/gke-spot
operator: Exists
{{- with .Values.observer.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 1426ed8

Please sign in to comment.