Skip to content

Commit

Permalink
Merge pull request #45 from 7knot/support/update-observer-affinity-to…
Browse files Browse the repository at this point in the history
…-schedule-observer-with-spotvm

support: update affinity in observer daemonset to schedule observer with GKE SpotVM.
  • Loading branch information
mugioka authored May 28, 2022
2 parents 81380c4 + 1426ed8 commit 7630e36
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 7630e36

Please sign in to comment.