chore(bootstrap): Added uptime-kuma and pocket-id to argocd

This commit is contained in:
Daniël Groothuis
2025-10-23 12:53:52 +02:00
parent 5f1dc2e991
commit 910a20e617
19 changed files with 324 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ resources:
- gitea
- cnpg
- external-secrets
- uptime-kuma
- pocket-id

View File

@@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: pocket-id
spec:
description: Authentication and Authorization
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'pocket-id'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pocket-id
namespace: pocket-id
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: pocket-id
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/pocket-id
targetRevision: HEAD
destination:
namespace: pocket-id
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-project.yaml
- application.yaml

View File

@@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: uptime-kuma
spec:
description: Monitoring for platform
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'uptime-kuma'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: uptime-kuma
namespace: uptime-kuma
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: uptime-kuma
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/uptime-kuma
targetRevision: HEAD
destination:
namespace: uptime-kuma
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-project.yaml
- application.yaml