Skip to content

Commit

Permalink
chore: migrate aleph notification to k8s with kuvert
Browse files Browse the repository at this point in the history
  • Loading branch information
martyna-autumn committed Oct 31, 2024
1 parent c41c736 commit b25f00c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/aleph-upgrade-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: SENTRY_DSN
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/worker-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit b25f00c

Please sign in to comment.