33 lines
672 B
YAML
33 lines
672 B
YAML
image:
|
|
repository: victoriametrics/victoria-metrics
|
|
tag: v1.103.0@sha256:4d7f1b98e9a73431a0c4ff156bf86fdf23679fc7cc06a4b3cbb042e5d03c101c
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8428
|
|
targetPort: 8428
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /victoria-metrics-data
|
|
targetSelectAll: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /health
|
|
readiness:
|
|
type: http
|
|
path: /health
|
|
startup:
|
|
enabled: false
|