Skip to content

Commit

Permalink
Add TLS volume mount for RDS (#277)
Browse files Browse the repository at this point in the history
* Add TLS volume mount for RDS

* Fix volume name

* Mount as pem
  • Loading branch information
wscalf authored Nov 19, 2024
1 parent edb2639 commit 2b09d4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ objects:
spec:
template:
spec:
volumes:
- name: rds-tls
secret:
secretName: kessel-relations-spicedb
containers:
- name: spicedb
volumeMounts:
- name: rds-tls
mountPath: /etc/tls/rds.pem
subPath: db.ca_cert
resources:
requests:
memory: ${SPICEDB_REQUESTS_MEMORY}
Expand Down

0 comments on commit 2b09d4e

Please sign in to comment.