diff --git a/charts/akto-protection/templates/deployment.yaml b/charts/akto-protection/templates/deployment.yaml index 8884e262..6d24dbe5 100644 --- a/charts/akto-protection/templates/deployment.yaml +++ b/charts/akto-protection/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: keel.sh/policy: force keel.sh/trigger: poll keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" labels: {{- include "akto.labels" . | nindent 4 }} spec: diff --git a/charts/akto-runtime/templates/deployment.yaml b/charts/akto-runtime/templates/deployment.yaml index 34ca52f2..56eafb61 100644 --- a/charts/akto-runtime/templates/deployment.yaml +++ b/charts/akto-runtime/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: keel.sh/policy: force keel.sh/trigger: poll keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" labels: {{- include "akto.labels" . | nindent 4 }} spec: @@ -219,6 +220,7 @@ metadata: keel.sh/policy: force keel.sh/trigger: poll keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" {{ end }} labels: {{- include "akto.labels" . | nindent 4 }} diff --git a/charts/akto-setup-dashboard/templates/deployment.yaml b/charts/akto-setup-dashboard/templates/deployment.yaml index 04e057e3..02517b59 100644 --- a/charts/akto-setup-dashboard/templates/deployment.yaml +++ b/charts/akto-setup-dashboard/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: keel.sh/policy: force keel.sh/trigger: poll keel.sh/pollSchedule: "@every 60m" + labels: {{- include "akto.labels" . | nindent 4 }} spec: diff --git a/charts/akto-setup/templates/deployment.yaml b/charts/akto-setup/templates/deployment.yaml index d693dd20..faad9219 100644 --- a/charts/akto-setup/templates/deployment.yaml +++ b/charts/akto-setup/templates/deployment.yaml @@ -90,6 +90,7 @@ metadata: keel.sh/trigger: poll keel.sh/match-tag: "true" keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" labels: {{- include "akto.labels" . | nindent 4 }} spec: @@ -166,6 +167,7 @@ metadata: keel.sh/trigger: poll keel.sh/match-tag: "true" keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" labels: {{- include "akto.labels" . | nindent 4 }} spec: diff --git a/charts/hybrid-redact/templates/deployment.yaml b/charts/hybrid-redact/templates/deployment.yaml index af2abaca..fb0e3db8 100644 --- a/charts/hybrid-redact/templates/deployment.yaml +++ b/charts/hybrid-redact/templates/deployment.yaml @@ -7,6 +7,7 @@ metadata: keel.sh/policy: force keel.sh/trigger: poll keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" {{ end }} labels: {{- include "akto.labels" . | nindent 4 }} diff --git a/charts/mini-runtime/README.md b/charts/mini-runtime/README.md index 44a09e43..dc07a939 100644 --- a/charts/mini-runtime/README.md +++ b/charts/mini-runtime/README.md @@ -59,4 +59,4 @@ There are multiple ways to request support from Akto. We are 24X7 available on t 1. In-app `intercom` support. Message us with your query on intercom in Akto dashboard and someone will reply. 2. Join our [discord channel](https://www.akto.io/community) for community support. 3. Contact `help@akto.io` for email support. -4. Contact us [here](https://www.akto.io/contact-us). \ No newline at end of file +4. Contact us [here](https://www.akto.io/contact-us). diff --git a/charts/mini-testing/templates/deployment.yaml b/charts/mini-testing/templates/deployment.yaml index 58bc3a69..3e78dace 100644 --- a/charts/mini-testing/templates/deployment.yaml +++ b/charts/mini-testing/templates/deployment.yaml @@ -81,6 +81,7 @@ metadata: keel.sh/trigger: poll keel.sh/match-tag: "true" keel.sh/pollSchedule: "@every 60m" + keel.sh/monitorContainers: "akto-api" {{ end }} labels: {{- include "akto.labels" . | nindent 4 }}