Initial upload
This commit is contained in:
parent
056aa332ea
commit
e02f4cf6f0
6 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ persistence:
|
|||
enabled: true
|
||||
size: 200Gi
|
||||
annotations:
|
||||
everest.io/crypt-key-id: 8308916f-c24c-4d17-8017-99e386be8db3
|
||||
everest.io/crypt-key-id:
|
||||
|
||||
test:
|
||||
enabled: false
|
||||
|
|
|
@ -37,7 +37,7 @@ customConfig:
|
|||
type: elasticsearch
|
||||
inputs: [parser]
|
||||
endpoints:
|
||||
- https://o12y.observability./insert/elasticsearch/
|
||||
- https://o12y.observability.t09.de/insert/elasticsearch/
|
||||
auth:
|
||||
strategy: basic
|
||||
user: simple-user
|
||||
|
|
|
@ -778,7 +778,7 @@ vmagent:
|
|||
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
||||
additionalRemoteWrites:
|
||||
# []
|
||||
- url: https://o12y.observability./api/v1/write
|
||||
- url: https://o12y.observability.t09.de/api/v1/write
|
||||
basicAuth:
|
||||
username:
|
||||
name: simple-user-secret
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: o12y.observability.t09.de
|
||||
- host: grafana.observability.t09.de
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
@ -32,5 +32,5 @@ spec:
|
|||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- o12y.observability.t09.de
|
||||
- grafana.observability.t09.de
|
||||
secretName: grafana-net-tls
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
removePvcAfterDelete: true
|
||||
storageMetadata:
|
||||
annotations:
|
||||
everest.io/crypt-key-id: 8308916f-c24c-4d17-8017-99e386be8db3
|
||||
everest.io/crypt-key-id:
|
||||
storage:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
|
|
@ -288,7 +288,7 @@ vmsingle:
|
|||
extraArgs: {}
|
||||
storageMetadata:
|
||||
annotations:
|
||||
everest.io/crypt-key-id: 8308916f-c24c-4d17-8017-99e386be8db3
|
||||
everest.io/crypt-key-id:
|
||||
storage:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
@ -766,9 +766,9 @@ vmauth:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: main
|
||||
host: o12y.observability.
|
||||
host: o12y.observability.t09.de
|
||||
tlsHosts:
|
||||
- o12y.observability.
|
||||
- o12y.observability.t09.de
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
unauthorizedUserAccessSpec: {}
|
||||
selectAllByDefault: true
|
||||
|
|
Loading…
Reference in a new issue