Add phocas-lustrum demo site deployment

Deployment, service, and ingress for the AI-generated Phocas XVI
Lustrum demo site at phocaslustrum.rubenhensen.nl.
This commit is contained in:
Ruben Hensen
2026-03-01 13:51:09 +01:00
parent df0153114b
commit ed0561446d
4 changed files with 90 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: phocas-lustrum
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: phocas-lustrum
destination:
server: https://kubernetes.default.svc
namespace: phocas-lustrum
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true