fix(victoria-k8s-stack): Fixed TLS connection for observability stack

This commit is contained in:
Patrick Sy 2025-05-26 17:07:28 +02:00
parent ff978767f6
commit 29d6cc2660
Signed by untrusted user: Patrick.Sy
GPG key ID: DDDC8EC51823195E

View file

@ -7,7 +7,13 @@ spec:
selectAllByDefault: true selectAllByDefault: true
ingress: ingress:
class_name: nginx 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 host: o12y.penguin-observability.think-ahead.cloud
tlsHosts:
- o12y.penguin-observability.think-ahead.cloud
tlsSecretName: vmauth-tls-secret
--- ---