--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: adguard namespace: argo-cd spec: destination: name: '' namespace: apps-fuku server: https://kubernetes.default.svc project: fuku syncPolicy: automated: {} sources: - chart: adguard-home repoURL: https://repo.helmforge.dev targetRevision: 1.5.* helm: valuesObject: ingress: enabled: true ingressClassName: traefik hosts: - host: dns.fuku paths: - path: / pathType: Prefix tls: [] persistence: conf: size: 512Mi storageClass: "truenas-nfs-csi" accessModes: - ReadWriteMany work: size: 5Gi storageClass: "truenas-nfs-csi" accessModes: - ReadWriteMany service: dns: type: LoadBalancer web: type: LoadBalancer port: 8006