forked from DevFW-CICD/stacks
fix(victoria-k8s-stack): Fixed TLS connection for observability stack
This commit is contained in:
parent
ff978767f6
commit
29d6cc2660
1 changed files with 6 additions and 0 deletions
|
@ -7,7 +7,13 @@ spec:
|
|||
selectAllByDefault: true
|
||||
ingress:
|
||||
class_name: nginx
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: main
|
||||
host: o12y.penguin-observability.think-ahead.cloud
|
||||
tlsHosts:
|
||||
- o12y.penguin-observability.think-ahead.cloud
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue