fix: separate dex staging/prod configs
This commit is contained in:
@@ -8,12 +8,10 @@ spec:
|
||||
enableSuperuserAccess: true
|
||||
instances: 2
|
||||
logLevel: info
|
||||
# bootstrap:
|
||||
# initdb:
|
||||
# database: archivistdb
|
||||
# owner: archivist
|
||||
# secret:
|
||||
# name: archivistdb-secret
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: prod
|
||||
owner: dex
|
||||
storage:
|
||||
pvcTemplate:
|
||||
accessModes:
|
||||
@@ -25,26 +23,6 @@ spec:
|
||||
volumeMode: Filesystem
|
||||
resizeInUseVolumes: true
|
||||
size: 1Gi
|
||||
# superuserSecret:
|
||||
# name: dexdb-secret
|
||||
# ---
|
||||
# apiVersion: v1
|
||||
# data:
|
||||
# # phei2beiRei0
|
||||
# password: cGhlaTJiZWlSZWkwCg==
|
||||
# username: YXJjaGl2aXN0Cg==
|
||||
# kind: Secret
|
||||
# metadata:
|
||||
# name: archivistdb-secret
|
||||
# type: kubernetes.io/basic-auth
|
||||
# ---
|
||||
# apiVersion: v1
|
||||
# data:
|
||||
# password: ZW4gdG8gdHJlIGZpcmUK
|
||||
# kind: Secret
|
||||
# metadata:
|
||||
# name: dexdb-secret
|
||||
# type: kubernetes.io/basic-auth
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user