Files
truecharts/charts/stable/memcached/values.yaml
T

22 lines
467 B
YAML

image:
repository: public.ecr.aws/bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.38@sha256:8728a68e3dd620d46710af5295c7006a4af8d46e32bfbbefc92bb42b19ae68b6
includeCommon: true
service:
main:
ports:
main:
port: 11211
protocol: tcp
targetPort: 11211
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: "1"
data:
memcached.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}