Skip to content

Commit

Permalink
add keel annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Mar 1, 2024
1 parent ad77242 commit 190dedf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploys/helm-chart/iqos-chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ metadata:
helm.sh/chart: {{ include "iqos-chart.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
annotations:
keel.sh/policy: all # update policy (available: patch, minor, major, all, force)
keel.sh/trigger: poll # enable active repository checking (webhooks and GCR would still work)
keel.sh/pollSchedule: "@every 5s"

spec:
serviceName: "{{ include "iqos-chart.fullname" . }}-headless"
replicas: {{ .Values.replicaCount }}
Expand Down

0 comments on commit 190dedf

Please sign in to comment.