add pg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not
2023-12-14 20:20:16 +10:00
parent c781e4e94e
commit b970f3f79d
4 changed files with 78 additions and 1 deletions

View File

@@ -28,4 +28,13 @@ metadata:
app: postgres
namespace: pg
data:
postgres-dbname: mainbase
postgres-dbname: mainbase
---
apiVersion: v1
kind: Secret
metadata:
name: pgadmin-secret
namespace: pg
type: Opaque
data:
pgadmin-default-password: YWRtb24=