add recipes
This commit is contained in:
@@ -36,3 +36,4 @@ resources:
|
||||
- syncthing/
|
||||
- finance/
|
||||
- eth-physics/
|
||||
- recipes/
|
||||
|
18
kluster-deployments/recipes/application.yaml
Normal file
18
kluster-deployments/recipes/application.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: recipes-application
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: apps
|
||||
source:
|
||||
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
|
||||
targetRevision: main
|
||||
path: apps/recipes/
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: recipes
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
4
kluster-deployments/recipes/kustomization.yaml
Normal file
4
kluster-deployments/recipes/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
Reference in New Issue
Block a user