Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
pnpm --dir sandbox/keycloak-provision install
pnpm --dir sandbox/m365mock install
pnpm --dir sandbox/nats-provision install
install: canvas-install
$(MAKE) canvas-install

.PHONY: canvas-install
canvas-install:
Expand Down
3 changes: 3 additions & 0 deletions helm/main/values-101ed4-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ email:
mongodb:
enabled: true

image:
tag: 8.0.13

backup:
cronExpression: 0 1 * * *
storageSize: 10Gi
Expand Down
3 changes: 3 additions & 0 deletions helm/main/values-101ed4-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ email:
mongodb:
enabled: true

image:
tag: 8.0.13

backup:
cronExpression: 0 1 * * *
storageSize: 10Gi
Expand Down
3 changes: 3 additions & 0 deletions helm/main/values-101ed4-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ email:
mongodb:
enabled: true

image:
tag: 8.0.13

backup:
cronExpression: 0 1 * * *
storageSize: 10Gi
Expand Down
9 changes: 9 additions & 0 deletions helm/main/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ mongodb:
nameOverride: pltsvc-mongodb
fullnameOverride: pltsvc-mongodb

global:
security:
allowInsecureImages: true

image:
registry: ghcr.io
repository: bcgov/bitnami-mongodb
tag: latest

architecture: replicaset
useStatefulSet: true
replicaCount: 3
Expand Down
Loading