Initial upload
This commit is contained in:
parent
a6b864397a
commit
57c2069bd4
5 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ persistence:
|
|||
enabled: true
|
||||
size: 200Gi
|
||||
annotations:
|
||||
everest.io/crypt-key-id: f0b4b279-bf6b-4bc8-9933-0fb0cee8a2cb
|
||||
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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ spec:
|
|||
removePvcAfterDelete: true
|
||||
storageMetadata:
|
||||
annotations:
|
||||
everest.io/crypt-key-id: f0b4b279-bf6b-4bc8-9933-0fb0cee8a2cb
|
||||
everest.io/crypt-key-id:
|
||||
storage:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ vmsingle:
|
|||
extraArgs: {}
|
||||
storageMetadata:
|
||||
annotations:
|
||||
everest.io/crypt-key-id: f0b4b279-bf6b-4bc8-9933-0fb0cee8a2cb
|
||||
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…
Add table
Add a link
Reference in a new issue