First Version of Infra-Kubernetes for Hideyoshi.com

Implements Postgres Database and SpringBoot docker
This commit is contained in:
2022-05-09 22:09:01 -03:00
commit 517951a0c7
7 changed files with 169 additions and 0 deletions

View 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