Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vlogs: release 0.8.7, vmcluster: release 0.14.13 #1827

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ deployment should match snapshot:
containers:
- args:
- --auth.config=/config/auth.yml
- --envflag.enable=true
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8427
- --loggerFormat=json
image: victoriametrics/vmauth:0.1.0
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -99,8 +100,9 @@ deployment should match snapshot with fullnameOverride, extraLabels and podLabel
containers:
- args:
- --auth.config=/config/auth.yml
- --envflag.enable=true
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8427
- --loggerFormat=json
image: victoriametrics/vmauth:0.1.0
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ deployment should match snapshot:
automountServiceAccountToken: true
containers:
- args:
- --envflag.enable=true
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8480
- --loggerFormat=json
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-0.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8400
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-1.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8400
Expand Down Expand Up @@ -92,8 +93,9 @@ deployment should match snapshot with fullnameOverride, extraLabels and podLabel
automountServiceAccountToken: true
containers:
- args:
- --envflag.enable=true
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8480
- --loggerFormat=json
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-0.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8400
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-1.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ deployment should match snapshot:
- --cacheDataPath=/cache
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8481
- --loggerFormat=json
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-0.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8401
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-1.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8401
Expand Down Expand Up @@ -104,6 +105,7 @@ deployment should match snapshot with fullnameOverride, extraLabels and podLabel
- --cacheDataPath=/cache
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8481
- --loggerFormat=json
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-0.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8401
- --storageNode=RELEASE-NAME-victoria-metrics-cluster-vmstorage-1.RELEASE-NAME-victoria-metrics-cluster-vmstorage.NAMESPACE.svc.cluster.local.:8401
Expand Down Expand Up @@ -175,6 +177,7 @@ statefulset should match snapshot:
- --cacheDataPath=/cache
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8481
- --loggerFormat=json
- --selectNode=RELEASE-NAME-victoria-metrics-cluster-vmselect-0.RELEASE-NAME-victoria-metrics-cluster-vmselect.NAMESPACE.svc.cluster.local.:8481
- --selectNode=RELEASE-NAME-victoria-metrics-cluster-vmselect-1.RELEASE-NAME-victoria-metrics-cluster-vmselect.NAMESPACE.svc.cluster.local.:8481
Expand Down Expand Up @@ -250,6 +253,7 @@ statefulset should match snapshot with fullnameOverride, extraLabels and podLabe
- --cacheDataPath=/cache
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8481
- --loggerFormat=json
- --selectNode=vmselect-node-0.vmselect-node.NAMESPACE.svc.cluster.local.:8481
- --selectNode=vmselect-node-1.vmselect-node.NAMESPACE.svc.cluster.local.:8481
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ statefulset should match snapshot:
automountServiceAccountToken: true
containers:
- args:
- --envflag.enable=true
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8482
- --loggerFormat=json
- --retentionPeriod=1
- --storageDataPath=/storage
Expand Down Expand Up @@ -115,8 +116,9 @@ statefulset should match snapshot with fullnameOverride, extraLabels and podLabe
automountServiceAccountToken: true
containers:
- args:
- --envflag.enable=true
- --envflag.enable
- --envflag.prefix=VM_
- --httpListenAddr=:8482
- --loggerFormat=json
- --retentionPeriod=1
- --storageDataPath=/storage
Expand Down
1 change: 0 additions & 1 deletion charts/victoria-metrics-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ vmauth:
envflag.prefix: VM_
loggerFormat: json
httpListenAddr: :8427
tls: true
# -- VMAuth annotations
annotations: {}
# -- VMAuth additional labels
Expand Down