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,6 +14,12 @@ spec:
|
|||
values: |
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- ara.k8s.smsvc.net
|
||||
tls:
|
||||
- secretName: ara-cert
|
||||
hosts:
|
||||
- ara.k8s.smsvc.net
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue