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:
parent
abfbd74f0c
commit
1597018eaf
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue