Skip to content

Commit

Permalink
ci: Recreate the k8s pod on every deploy (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jun 19, 2024
1 parent 7b25368 commit 313e25d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/ietfweb/wagtail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ spec:
value: "ietfweb"
- name: "DJANGO_SETTINGS_MODULE"
value: "ietf.settings.production"
# ensures the pod gets recreated on every deploy:
- name: "DEPLOY_UID"
value: "$DEPLOY_UID"
envFrom:
- configMapRef:
name: django-config
Expand Down

0 comments on commit 313e25d

Please sign in to comment.