Merge branch 'refs/heads/main' into app/plex

This commit is contained in:
2024-07-24 17:44:16 +10:00
48 changed files with 1292 additions and 799 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: chattts
spec: {}
status: {}

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: couchdb
spec: {}
status: {}

View File

@@ -5,9 +5,11 @@ resources:
- ./app-secrets.yaml
- ./app-volumes.yaml
- ./cert-manager.yaml
- ./chattts.yaml
- ./code-server.yaml
- ./coder.yaml
- ./consul.yaml
- ./couchdb.yaml
- ./dokuwiki.yaml
- ./gitea.yaml
- ./homer.yaml
@@ -19,6 +21,7 @@ resources:
- ./minio.yaml
- ./mongodb.yaml
- ./new-relic.yaml
- ./nextcloud.yaml
- ./nexus.yaml
- ./plex.yaml
- ./postgresql.yaml
@@ -27,6 +30,7 @@ resources:
- ./qbittorrent.yaml
- ./redis.yaml
- ./renovate.yaml
- ./rlpa.yaml
- ./snippet-box.yaml
- ./sonarqube.yaml
- ./uptime-kuma.yaml

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: nextcloud
spec: {}
status: {}

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: rlpa
spec: {}
status: {}