init commit

This commit is contained in:
2023-03-08 11:09:44 +08:00
commit b75e70eb04
25 changed files with 1172 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "cago.fullname" . }}
data:
config.yaml: |
source: etcd
env: {{ .Values.appConfig.env }}
debug: {{ .Values.appConfig.debug }}
version: 1.0.0
etcd:
prefix: /config
endpoints:
- etcd-config.core.svc.cluster.local:2379
username: {{ .Values.etcdConfig.username }}
password: {{ .Values.etcdConfig.password }}