k8s postgres
This commit is contained in:
11
kube/02-databases/01-postgres/02-configmap.yaml
Normal file
11
kube/02-databases/01-postgres/02-configmap.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: postgres
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: postgres
|
||||
environment: testing
|
||||
tier: database
|
||||
data:
|
||||
POSTGRES_USER: "postgres"
|
||||
Reference in New Issue
Block a user