use homarr

This commit is contained in:
2023-12-12 10:12:07 +01:00
parent 7b2302c8fd
commit e317c77ed9
10 changed files with 128 additions and 7 deletions

View File

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

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml

View File

@@ -18,6 +18,7 @@ resources:
- traefik/
# simple apps
- homarr/
- whoami/
- journal/
- immich/