feat(ara): update ara-server values for TLS support

- Add `cert-manager.io/cluster-issuer: letsencrypt-prod` annotation to ingress
- Add TLS block with `secretName: ara-cert` and host `ara.k8s.smsvc.net`

🤖
This commit is contained in:
Sebastian Mark 2023-08-02 11:07:30 +02:00
parent abfbd74f0c
commit 1597018eaf

View file

@ -14,8 +14,14 @@ spec:
values: | values: |
ingress: ingress:
enabled: true enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts:
- ara.k8s.smsvc.net - ara.k8s.smsvc.net
tls:
- secretName: ara-cert
hosts:
- ara.k8s.smsvc.net
env: env:
ARA_ALLOWED_HOSTS: "[ '127.0.0.1', 'localhost', 'ara.k8s.smsvc.net' ]" ARA_ALLOWED_HOSTS: "[ '127.0.0.1', 'localhost', 'ara.k8s.smsvc.net' ]"
persistentVolumes: persistentVolumes: