diff --git a/aws/apps/deployai/trust/mongodb.yaml b/aws/apps/deployai/trust/mongodb.yaml new file mode 100644 index 00000000..2dc5beca --- /dev/null +++ b/aws/apps/deployai/trust/mongodb.yaml @@ -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 diff --git a/aws/deployai/trust/mongodb/Chart.yaml b/aws/deployai/trust/mongodb/Chart.yaml new file mode 100644 index 00000000..519776fd --- /dev/null +++ b/aws/deployai/trust/mongodb/Chart.yaml @@ -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 + diff --git a/aws/deployai/trust/mongodb/values.yaml b/aws/deployai/trust/mongodb/values.yaml new file mode 100644 index 00000000..94baad58 --- /dev/null +++ b/aws/deployai/trust/mongodb/values.yaml @@ -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