mirror of
https://github.com/easychen/pushdeer.git
synced 2025-04-30 16:29:51 +08:00
14 lines
284 B
YAML
14 lines
284 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ .Chart.Name }}
|
|
namespace: {{ .Chart.Name }}
|
|
data:
|
|
# stat
|
|
stats:
|
|
engine: {{ .Values.stat.engine }}
|
|
{{- if .Values.redis.enabled }}
|
|
redis:
|
|
host: {{ .Values.redis.host }}:{{ .Values.redis.port }}
|
|
{{- end }}
|