feat(o12y): parametrized enpoints
This commit is contained in:
parent
e1e1efa1e7
commit
8d1d968b7b
2 changed files with 3 additions and 3 deletions
|
|
@ -763,9 +763,9 @@ vmauth:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: main
|
||||
host: o12y.observability.think-ahead.cloud
|
||||
host: {{{ .Env.DOMAIN_O12Y }}}
|
||||
tlsHosts:
|
||||
- o12y.observability.think-ahead.cloud
|
||||
- {{{ .Env.DOMAIN_O12Y }}}
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
unauthorizedUserAccessSpec: {}
|
||||
selectAllByDefault: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue