gorush/k8s/gorush-configmap.yaml

10 lines
149 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: gorush-config
namespace: gorush
data:
# stat
stat.engine: redis
stat.redis.host: redis:6379