Skip to content

Commit 1aa2583

Browse files
committed
hotfix: Added cert manager manifes and update postgresql helm values
1 parent c3697c3 commit 1aa2583

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

k8s/production/skaffold.production.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ manifests:
5454
- k8s/production/aztec-listener/service.yaml
5555
- k8s/production/postgres/persistant-volume.yaml
5656
- k8s/production/postgres/persistant-volume-claim.yaml
57+
- k8s/production/cert-manager/cert-production.yaml
5758
helm:
5859
releases:
5960
- name: cert-manager
@@ -98,8 +99,8 @@ manifests:
9899
global.postgresql.auth.username: "admin"
99100
global.postgresql.auth.password: "secret-local-password" # TODO: change to env-var
100101
image.debug: true
101-
primary.persistance.enabled: true
102-
primary.persistance.storageClass: "postgres-pvc"
102+
primary.persistence.enabled: true
103+
primary.persistence.existingClaim: "postgres-pvc"
103104
volumePermissions.enabled: true
104105
namespace: chicmoz-prod
105106
createNamespace: false

0 commit comments

Comments
 (0)