mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
feat: Add PostgreSQL deployment, service, configmap, persistent volume, and persistent volume claim
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: pg-secret
|
||||
namespace: postgresql
|
||||
data:
|
||||
# base64 encoded prism-ip:prism-port:admin:password.
|
||||
# ex:echo -n "10.0.00.000:9440:admin:mypass" | base64
|
||||
key: MTAuNDcuMjQuNjg6OTQ0MDptYWhlc2g6TnV0YW5peEAxMjM0
|
||||
Reference in New Issue
Block a user