First Version of Infra-Kubernetes for Hideyoshi.com
Implements Postgres Database and SpringBoot docker
This commit is contained in:
9
postgres/postgres-secret.yaml
Normal file
9
postgres/postgres-secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
type: Opaque
|
||||
data:
|
||||
POSTGRES_USER: cG9zdGdyZXM=
|
||||
POSTGRES_PASSWORD: cG9zdGdyZXM=
|
||||
POSTGRES_DB: cG9ydGZvbGlv
|
||||
Reference in New Issue
Block a user