Skip to content

Commit

Permalink
Merge pull request #84 from ropable/master
Browse files Browse the repository at this point in the history
Kustomize resource definition updates
  • Loading branch information
ropable authored Aug 7, 2024
2 parents aba83ea + fcbcf22 commit 63edb88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
env:
- name: ALLOWED_HOSTS
value: ".dbca.wa.gov.au"
- name: CSRF_TRUSTED_ORIGINS
value: "https://*.dbca.wa.gov.au"
- name: CSRF_COOKIE_SECURE
value: "True"
- name: SESSION_COOKIE_SECURE
Expand All @@ -33,7 +35,7 @@ spec:
memory: "100Mi"
cpu: "5m"
limits:
memory: "2048Mi"
memory: "2Gi"
cpu: "1000m"
startupProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ patches:
- path: service_patch.yaml
images:
- name: ghcr.io/dbca-wa/csw
newTag: 1.3.11
newTag: 1.3.12

0 comments on commit 63edb88

Please sign in to comment.