changeset 3:6056f2e2aba5

upstream update
author drewp@bigasterisk.com
date Sun, 12 Jun 2022 17:06:10 -0700
parents 5bd8d77921f1
children 1eb6e6a2b9b6
files deploy.yaml vmalert.yaml
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/deploy.yaml	Tue Mar 29 11:02:16 2022 -0700
+++ b/deploy.yaml	Sun Jun 12 17:06:10 2022 -0700
@@ -21,7 +21,8 @@
       serviceAccountName: victoriametrics
       containers:
         - name: victoriametrics
-          image: victoriametrics/victoria-metrics:v1.74.0
+          # https://hub.docker.com/r/victoriametrics/victoria-metrics/tags also check vmalert.yaml
+          image: victoriametrics/victoria-metrics:v1.77.2
           args:
             - -storageDataPath=/data
             - -memory.allowedBytes=512MB
@@ -34,9 +35,9 @@
             - containerPort: 8428
           volumeMounts:
             - { name: data, mountPath: /data }
-          resources:
-            limits:
-              memory: 0.5Gi
+          # resources:
+          #   limits:
+          #     memory: 0.5Gi
       affinity:
         nodeAffinity:
           requiredDuringSchedulingIgnoredDuringExecution:
--- a/vmalert.yaml	Tue Mar 29 11:02:16 2022 -0700
+++ b/vmalert.yaml	Sun Jun 12 17:06:10 2022 -0700
@@ -21,7 +21,7 @@
       serviceAccountName: victoriametrics
       containers:
         - name: vmalert
-          image: victoriametrics/vmalert:v1.72.0
+          image: victoriametrics/vmalert:v1.77.2
           args:
             - -rule=/data/rules/*.yaml
             - -datasource.url=http://victoriametrics.default.svc.cluster.local./m/