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

26 lines
488 B
YAML

image:
repository: bitnami/memcached
pullPolicy: IfNotPresent
tag: 1.6.31@sha256:eb23e48a92257a467349e93c9bf15159509849c8fa0d6bfadd390b1070a53047
includeCommon: true
service:
main:
ports:
main:
port: 11211
protocol: tcp
targetPort: 11211
portal:
open:
enabled: false
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: "1"
data:
memcached.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}