Skip to content

Commit

Permalink
Add DeployAI trust mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 25, 2024
1 parent 25674a5 commit 15f7683
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
18 changes: 18 additions & 0 deletions aws/apps/deployai/trust/mongodb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mongodb-trust
namespace: argocd
spec:
destination:
namespace: deployai
server: https://kubernetes.default.svc
project: default
source:
path: aws/deployai/trust/mongodb
repoURL: https://github.com/FIWARE-Ops/fiware-gitops
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
13 changes: 13 additions & 0 deletions aws/deployai/trust/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v2
name: mongodb
description: Chart holder for argo-cd

type: application
version: 0.1.0
appVersion: "4.4.12"

dependencies:
- name: mongodb
version: 11.0.4
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami

22 changes: 22 additions & 0 deletions aws/deployai/trust/mongodb/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
mongodb:

auth:
enabled: true
existingSecret: mongodb-secret

architecture: standalone

podSecurityContext:
enabled: false

containerSecurityContext:
enabled: false

resources:
limits:
cpu: 200m
memory: 512Mi

persistence:
enabled: true
size: 1Gi

0 comments on commit 15f7683

Please sign in to comment.