kitchenowl + code server

This commit is contained in:
2025-01-19 18:05:04 +01:00
parent 2aa7f0509b
commit 79293f14e8
20 changed files with 284 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kitchenowl-application
namespace: argocd
spec:
project: apps
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: apps/kitchenowl/
destination:
server: https://kubernetes.default.svc
namespace: kitchenowl
syncPolicy:
automated:
prune: true
selfHeal: true