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

21 lines
448 B
YAML

image:
repository: docker.io/bitnamisecure/memcached
pullPolicy: IfNotPresent
tag: latest@sha256:5b430f982ef96136cf615fb30444977857a3b25359f84204c14428143e31f229
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 }}