initial sample

This commit is contained in:
2026-08-28 14:42:07 -03:00
commit 356622d2b4
7 changed files with 286 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- notepad.yaml
# - argocd.yaml # enable once Argo CD itself is onboarded (self-managed)
# - openwebui.yaml # future apps: one Application file each, listed here
# - paperless.yaml
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: notepad
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://git.ivanch.me/ivanch/haven-ops.git
targetRevision: main
path: apps/notepad
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true