added webserver

This commit is contained in:
2026-01-08 21:18:42 +01:00
parent c6f94a388f
commit 8f0e33b2a8
2 changed files with 517 additions and 0 deletions
+22
View File
@@ -877,4 +877,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Webserver
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: webserver
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: web-system
destination:
server: https://kubernetes.default.svc
namespace: web-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---