add homepage as a deployment
This commit is contained in:
19
kluster-deployments/homepage/application.yaml
Normal file
19
kluster-deployments/homepage/application.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: homepage-application
|
||||
namespace: argocd
|
||||
|
||||
spec:
|
||||
project: apps
|
||||
source:
|
||||
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
|
||||
targetRevision: main
|
||||
path: apps/homepage
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: homepage
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
@@ -28,6 +28,7 @@ resources:
|
||||
- files/
|
||||
- finance/
|
||||
- homeassistant/
|
||||
- homepage/application.yaml
|
||||
- immich/
|
||||
- journal/
|
||||
- media/
|
||||
|
@@ -18,5 +18,5 @@ spec:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- Replace=true
|
||||
# because the crds exceed the default 256Ki limit
|
||||
- Replace=true
|
||||
# because the crd annotations exceed the default 256Ki limit
|
Reference in New Issue
Block a user