46 lines
1 KiB
YAML
46 lines
1 KiB
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.4.*"
|
|
chart: ara
|
|
helm:
|
|
values: |
|
|
pullPolicy: Always
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
hosts:
|
|
- ara.k8s.smsvc.net
|
|
tls:
|
|
- secretName: ara-cert
|
|
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
|