43 lines
1,020 B
YAML
43 lines
1,020 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: pulse
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: apps-fuku
|
|
server: https://kubernetes.default.svc
|
|
project: fuku
|
|
syncPolicy:
|
|
automated: {}
|
|
sources:
|
|
- repoURL: https://rcourtman.github.io/Pulse
|
|
chart: pulse
|
|
targetRevision: 5.1.*
|
|
helm:
|
|
valuesObject:
|
|
persistence:
|
|
enabled: true
|
|
size: 10Gi
|
|
storageClass: truenas-nfs-csi
|
|
accessModes:
|
|
- ReadWriteMany
|
|
service:
|
|
type: LoadBalancer
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- host: pulse.fukurokuju.dev
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
monitoring:
|
|
serviceMonitor:
|
|
enabled: true
|
|
|
|
- path: k8s/services/pulse
|
|
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
|
targetRevision: main
|