Initial upload
This commit is contained in:
parent
9d94d891d9
commit
7ba3dc4315
11 changed files with 1363 additions and 22 deletions
|
|
@ -11,7 +11,7 @@ spec:
|
|||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Gi
|
||||
storage: 50Gi
|
||||
resources:
|
||||
requests:
|
||||
memory: 500Mi
|
||||
|
|
|
|||
|
|
@ -9,17 +9,7 @@ spec:
|
|||
targetRefs:
|
||||
- static:
|
||||
url: http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8429
|
||||
paths: ["/api/v1/write"]
|
||||
paths: ["/api/v1/write"]
|
||||
- static:
|
||||
url: http://vlogs-victorialogs:9428
|
||||
paths: ["/insert/elasticsearch/.*"]
|
||||
# - crd:
|
||||
# kind: VMSingle
|
||||
# name: victoria-k8s-stack-victoria-metrics-k8s-stack
|
||||
# namespace: observability
|
||||
# paths: ["/api/v1/write/.*"]
|
||||
# - crd:
|
||||
# kind: VLogs
|
||||
# name: victorialogs
|
||||
# namespace: observability
|
||||
# paths: ["/insert/elasticsearch/.*"]
|
||||
paths: ["/insert/elasticsearch/.*"]
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ tenant: "0"
|
|||
# -- If this chart is used in "Argocd" with "releaseName" field then
|
||||
# VMServiceScrapes couldn't select the proper services.
|
||||
# For correct working need set value 'argocdReleaseOverride=$ARGOCD_APP_NAME'
|
||||
argocdReleaseOverride: "victoria-k8s-stack"
|
||||
argocdReleaseOverride: "o12y"
|
||||
|
||||
# -- VictoriaMetrics Operator dependency chart configuration. More values can be found [here](https://docs.victoriametrics.com/helm/victoriametrics-operator#parameters). Also checkout [here](https://docs.victoriametrics.com/operator/vars) possible ENV variables to configure operator behaviour
|
||||
victoria-metrics-operator:
|
||||
|
|
@ -291,7 +291,7 @@ vmsingle:
|
|||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Gi
|
||||
storage: 20Gi
|
||||
ingress:
|
||||
# -- Enable deployment of ingress for server component
|
||||
enabled: false
|
||||
|
|
@ -768,11 +768,11 @@ vmauth:
|
|||
- o12y.observability.think-ahead.cloud
|
||||
tlsSecretName: vmauth-tls-secret
|
||||
unauthorizedUserAccessSpec: {}
|
||||
selectAllByDefault: true
|
||||
selectAllByDefault: true
|
||||
|
||||
vmagent:
|
||||
# -- Create VMAgent CR
|
||||
enabled: true
|
||||
enabled: false
|
||||
# -- VMAgent annotations
|
||||
annotations: {}
|
||||
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue