temp remove apps for PV fixes

This commit is contained in:
2024-07-26 01:41:13 +10:00
parent 36e9c2af90
commit 21c57dc6fe
29 changed files with 0 additions and 99 deletions

View File

@@ -1,12 +0,0 @@
{
"appName": "mongodb",
"userGivenName": "mongodb",
"namespace": "mongodb",
"destNamespace": "mongodb",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/mongodb/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -1,8 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: mongodb
repo: oci://registry-1.docker.io/bitnamicharts
version: 15.6.14
releaseName: mongodb
valuesFile: values.yaml

View File

@@ -1,31 +0,0 @@
global:
namespaceOverride: "mongodb"
auth:
usernames:
- edward
- anysync
databases:
- edward
- anysync
existingSecret: "mongodb-secrets"
automountServiceAccountToken: true
nodeSelector:
kubernetes.io/arch: amd64
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
podSecurityContext:
fsGroup: 1000
startupProbe:
enabled: true
service:
type: LoadBalancer
persistence:
existingClaim: "mongodb-pvc"
persistentVolumeClaimRetentionPolicy:
enabled: true
serviceAccount:
create: true
name: mongodb
rbac:
create: true