First Version of Infra-Kubernetes for Hideyoshi.com
Implements Postgres Database and SpringBoot docker
This commit is contained in:
6
postgres/postgres-config.yaml
Normal file
6
postgres/postgres-config.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: postgres-config
|
||||
data:
|
||||
postgres-url: postgres-service
|
||||
Reference in New Issue
Block a user