deploy syncthing

This commit is contained in:
2023-12-30 10:30:05 +01:00
parent d51bfcf7db
commit 26b06c553a
10 changed files with 128 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ resources:
# simple apps
- monitoring/
- homarr/
- whoami/
- journal/
@@ -31,4 +32,4 @@ resources:
- adguard/
- media/
- nextcloud/
- monitoring/
- syncthing/

View File

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

View File

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