add pg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-12-14 21:11:30 +10:00
parent f7e57cbd30
commit 65adbfef48
2 changed files with 1 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: postgres-secret
labels:
app: postgres
type: Opaque
data:
postgres-root-username: cm9vdA==
postgres-root-password: bXlwYXNzd29yZA==
---
apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-configmap
labels:
app: postgres
data:
postgres-dbname: mydb