chore(penpot): Added first deployment
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 2m11s

This commit is contained in:
Daniël Groothuis
2025-10-24 10:34:42 +02:00
parent e97a0bd896
commit feab63c773
6 changed files with 848 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ resources:
- vaultwarden
- mailu
- ntfy
- penpot

View File

@@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: penpot
spec:
description: Design tool
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'penpot'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: penpot
namespace: penpot
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: penpot
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/penpot
targetRevision: main
destination:
namespace: penpot
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