Cells++
This commit is contained in:
25
services/Cells/application-cells.yaml
Normal file
25
services/Cells/application-cells.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cells
|
||||||
|
namespace: argo-cd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: cells
|
||||||
|
project: default
|
||||||
|
sources:
|
||||||
|
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
|
||||||
|
path: services/Cells
|
||||||
|
targetRevision: HEAD
|
||||||
|
- repoURL: https://download.pydio.com/pub/charts/helm
|
||||||
|
chart: cells
|
||||||
|
targetRevision: 1.0.1
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- $values/services/Cells/values.yaml
|
||||||
|
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
|
||||||
|
targetRevision: HEAD
|
||||||
|
ref: values
|
||||||
|
syncPolicy:
|
||||||
|
automated: {}
|
||||||
Reference in New Issue
Block a user