cluster-deployments/manifests/ara-server.argocd.yml

39 lines
845 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ara-server
namespace: argocd
spec:
project: default
source:
repoURL: https://lib42.github.io/charts
targetRevision: "0.3.*"
chart: ara
helm:
values: |
ingress:
enabled: true
hosts:
- ara.k8s.smsvc.net
env:
ARA_ALLOWED_HOSTS: "[ '127.0.0.1', 'localhost', 'ara.k8s.smsvc.net' ]"
persistentVolumes:
enabled: true
size: 128Mi
storageClassName: local-path
destination:
server: 'https://kubernetes.default.svc'
namespace: ara
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 5m