This commit is contained in:
jooho
2021-12-26 17:08:41 +09:00
parent d6e543eb24
commit 628f2ace5a
97 changed files with 3958 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: common-configmap
labels:
env: production
tier: backend
app: configmap
name: common-configmap
data:
APP_HOME: "/srv/nfs"
TZ: "Asia/Seoul"