Skip to content

Commit

Permalink
fix(bi): mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Jul 2, 2024
1 parent 8792f29 commit 0d4e8d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
12 changes: 4 additions & 8 deletions projects/bi/manifests/mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ spec:
authentication:
modes: ["SCRAM"]
users:
- name: admin
db: admin
- name: bi
db: bi
passwordSecretRef:
name: bi-mongo-password
roles:
- name: clusterAdmin
db: admin
- name: userAdminAnyDatabase
db: admin
- name: dbOwner
db: bi
scramCredentialsSecretName: bi
additionalMongodConfig:
storage.wiredTiger.engineConfig.journalCompressor: zlib
20 changes: 10 additions & 10 deletions projects/bi/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ apps:
jsonPointers:
- /spec/replicas

- name: mongo-express
repoURL: https://cowboysysop.github.io/charts/
chart: mongo-express
targetRevision: 6.5.2
secrets:
- name: mongo-express
keys:
- mongodb-admin-password
- site-cookie-secret
- site-session-secret
# - name: mongo-express
# repoURL: https://cowboysysop.github.io/charts/
# chart: mongo-express
# targetRevision: 6.5.2
# secrets:
# - name: mongo-express
# keys:
# - mongodb-admin-password
# - site-cookie-secret
# - site-session-secret

0 comments on commit 0d4e8d7

Please sign in to comment.