apps restructure

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-05-17 14:45:00 -04:00
parent 8d74a625bc
commit 0b69038d79
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
11 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- storage.yaml
- forgejo-iscsi-auth.sealed.yaml
- secrets-sealed.yaml
- network-policy.yaml
- deployment.yaml
- service.yaml
- route.yaml

View file

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo
namespace: argocd
annotations:
argoproj.io/sync-wave: "0"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: apps/forgejo
destination:
server: https://kubernetes.default.svc
namespace: forgejo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

View file

@ -6,4 +6,5 @@ resources:
- kyverno-policies.yaml
- tetragon-core.yaml
- tetragon-policies.yaml
- forgejo.yaml