Skip to content

Commit

Permalink
adding tls to qm
Browse files Browse the repository at this point in the history
  • Loading branch information
phemankita committed Apr 27, 2021
1 parent 40fffc8 commit 91e3d69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chart/base/templates/qm-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@ spec:
version: {{ .Values.version }}
web:
enabled: {{ .Values.web.enabled }}
pki:
keys:
- name: certificate
secret:
items:
- tls.key
- tls.crt
secretName: {{ .Values.cert.secretName }}
trust:
- name: ca
secret:
items:
- ca.crt
secretName: {{ .Values.cert.secretName }}
3 changes: 3 additions & 0 deletions chart/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ template:
configmap:
path: config

cert:
secretName: mq-crt-secret

terminationGracePeriodSeconds: 30

tracing:
Expand Down

0 comments on commit 91e3d69

Please sign in to comment.