add back crdb
This commit is contained in:
parent
d97755dfc9
commit
907009159a
2 changed files with 13 additions and 0 deletions
|
@ -60,6 +60,11 @@ helmApps:
|
|||
repoURL: https://immich-app.github.io/immich-charts
|
||||
chart: immich
|
||||
revision: 0.1.2
|
||||
- app: cockroachdb
|
||||
namespace: crdb
|
||||
repoURL: https://charts.cockroachdb.com/
|
||||
chart: cockroachdb
|
||||
revision: 11.1.0
|
||||
# - app: zitadel
|
||||
# namespace: zitadel
|
||||
# repoURL: https://charts.zitadel.com
|
||||
|
|
8
argo/cockroachdb/values.yaml
Normal file
8
argo/cockroachdb/values.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: crdb
|
||||
namespace: zitadel
|
||||
serviceAccountName: crdb
|
||||
fullnameOverride: crdb
|
||||
single-node: true
|
||||
statefulset:
|
||||
replicas: 1
|
Loading…
Reference in a new issue