Skip to content

Commit 7f3e7c0

Browse files
committed
feat: annotate heimdall and openfga with reloader for pod restarts
Signed-off-by: Antonia Gaete <[email protected]>
1 parent 12c919e commit 7f3e7c0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

charts/lfx-platform/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ dependencies:
1414
condition: traefik.enabled
1515
- name: openfga
1616
repository: https://openfga.github.io/helm-charts
17-
version: ~0.2.37
17+
version: ~0.2.38
1818
condition: openfga.enabled
1919
- name: heimdall
2020
repository: oci://ghcr.io/dadrus/heimdall/chart
21-
version: ~0.15.6
21+
version: ~0.15.7
2222
condition: heimdall.enabled
2323
- name: nats
2424
repository: https://nats-io.github.io/k8s/helm/charts/

charts/lfx-platform/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ gateway:
103103
openfga:
104104
enabled: true
105105

106+
# Enable reloader to restart pods when ConfigMap or Secrets change
107+
deployment:
108+
annotations:
109+
reloader.stakater.com/auto: "true"
110+
106111
# Disable playground by default
107112
playground:
108113
enabled: false
@@ -146,6 +151,9 @@ heimdall:
146151
volumeMounts:
147152
- name: heimdall-signer-cert
148153
mountPath: "/heimdall/cert/"
154+
# Enable reloader to restart pods when ConfigMap or Secrets change
155+
annotations:
156+
reloader.stakater.com/auto: "true"
149157

150158
env:
151159
CLIENT_SECRET:

0 commit comments

Comments
 (0)