From 190dedfda3d333d45a232de957a6e1279f5e11f8 Mon Sep 17 00:00:00 2001 From: Murilo Silva Date: Fri, 1 Mar 2024 13:57:05 -0300 Subject: [PATCH] add keel annotations --- deploys/helm-chart/iqos-chart/templates/statefulset.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploys/helm-chart/iqos-chart/templates/statefulset.yaml b/deploys/helm-chart/iqos-chart/templates/statefulset.yaml index 02e71c1..2a64b97 100644 --- a/deploys/helm-chart/iqos-chart/templates/statefulset.yaml +++ b/deploys/helm-chart/iqos-chart/templates/statefulset.yaml @@ -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 }}