You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/mo-ob-opensource/values.yaml
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,10 @@ victoria-metrics-k8s-stack:
382
382
# -- 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
383
383
victoria-metrics-operator:
384
384
enabled: true
385
+
image:
386
+
registry: ""
387
+
repository: victoriametrics/operator
388
+
tag: "v0.51.1"
385
389
crds:
386
390
plain: true
387
391
cleanup:
@@ -433,13 +437,17 @@ victoria-metrics-k8s-stack:
433
437
enabled: true
434
438
# -- Full spec for VMSingle CRD. Allowed values describe [here](https://docs.victoriametrics.com/operator/api#vmsinglespec)
435
439
spec:
440
+
image:
441
+
repository: victoriametrics/victoria-metrics
442
+
tag: "v1.108.1"
436
443
port: "8429"
437
444
# -- Data retention period. Possible units character: h(ours), d(ays), w(eeks), y(ears), if no unit character specified - month. The minimum retention period is 24h. See these [docs](https://docs.victoriametrics.com/single-server-victoriametrics/#retention)
438
445
retentionPeriod: "5d"
439
446
replicaCount: 1
440
447
storage:
441
448
accessModes:
442
449
- ReadWriteOnce
450
+
storageClassName:
443
451
resources:
444
452
requests:
445
453
storage: 40Gi
@@ -458,7 +466,11 @@ victoria-metrics-k8s-stack:
458
466
remoteWriteVMAgent: false
459
467
# -- (object) Full spec for VMAlert CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmalertspec)
0 commit comments