29 lines
523 B
YAML
29 lines
523 B
YAML
image:
|
|
repository: bitnami/memcached
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.25@sha256:fa475c086bb8cc620233cd98c1ac9c8c6282b64937da9ca586915ff44ed1a560
|
|
|
|
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 }}
|
|
|
|
manifestManager:
|
|
enabled: false
|