🎉 initial commit
This commit is contained in:
14
k8s/handheld-devices/templates/configmap.yaml
Normal file
14
k8s/handheld-devices/templates/configmap.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: handheld-devices-config
|
||||
labels:
|
||||
app.kubernetes.io/name: handheld-devices
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
data:
|
||||
DB_HOST: "postgres"
|
||||
DB_PORT: "5432"
|
||||
DB_NAME: "handheld_devices"
|
||||
DB_USER: "devices_user"
|
||||
REDIS_HOST: "redis"
|
||||
REDIS_PORT: "6379"
|
||||
Reference in New Issue
Block a user