Skip to content

Commit

Permalink
adding Postgres client certificate secret,mount overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelalang authored and HammerMeetNail committed May 31, 2024
1 parent ce015df commit ec6adda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kustomize/base/quay.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ spec:
name: cluster-trusted-ca
- secret:
name: extra-ca-certs
- name: postgres-certs
projected:
sources:
- secret:
name: postgresql-ca
optional: true
- secret:
name: postgresql-client-certs
optional: true
- name: postgres-certs-store
emptyDir:
sizeLimit: 5m
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -129,3 +141,5 @@ spec:
- name: extra-ca-certs
readOnly: true
mountPath: /conf/stack/extra_ca_certs
- name: postgres-certs
mountPath: /.postgres

0 comments on commit ec6adda

Please sign in to comment.