Skip to content

Commit

Permalink
SEM-227 - Implement client_tls_ca_file for pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-sellers committed Oct 25, 2024
1 parent 87a6fa5 commit d615d61
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion manifests/dev/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- containerPort: 5432
volumeMounts:
- mountPath: /etc/pgbouncer/client_root_ca.crt
name: semesterly-az-postgres-tls-root-ca.crt
name: semesterly-az-postgres-tls-root-ca
subPath: client_root_ca.crt
resources:
requests:
Expand Down Expand Up @@ -186,3 +186,8 @@ spec:
secretKeyRef:
name: semesterly-secrets
key: JHU_JWT_AUTH_SECRET
volumes:
- configMap:
defaultMode: 420
name: semesterly-az-postgres-tls-root-ca.crt
name: semesterly-az-postgres-tls-root-ca
7 changes: 6 additions & 1 deletion manifests/prod/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- containerPort: 5432
volumeMounts:
- mountPath: /etc/pgbouncer/client_root_ca.crt
name: semesterly-az-postgres-tls-root-ca.crt
name: semesterly-az-postgres-tls-root-ca
subPath: client_root_ca.crt
resources:
requests:
Expand Down Expand Up @@ -186,3 +186,8 @@ spec:
secretKeyRef:
name: semesterly-secrets
key: JHU_JWT_AUTH_SECRET
volumes:
- configMap:
defaultMode: 420
name: semesterly-az-postgres-tls-root-ca.crt
name: semesterly-az-postgres-tls-root-ca
7 changes: 6 additions & 1 deletion manifests/stage/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- containerPort: 5432
volumeMounts:
- mountPath: /etc/pgbouncer/client_root_ca.crt
name: semesterly-az-postgres-tls-root-ca.crt
name: semesterly-az-postgres-tls-root-ca
subPath: client_root_ca.crt
resources:
requests:
Expand Down Expand Up @@ -187,3 +187,8 @@ spec:
secretKeyRef:
name: semesterly-secrets
key: JHU_JWT_AUTH_SECRET
volumes:
- configMap:
defaultMode: 420
name: semesterly-az-postgres-tls-root-ca.crt
name: semesterly-az-postgres-tls-root-ca

0 comments on commit d615d61

Please sign in to comment.