--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: oxicloud namespace: argo-cd spec: destination: name: '' namespace: apps-roboces server: https://kubernetes.default.svc sources: - repoURL: git.roboces.dev/catalin/fukuops chart: oxicloud targetRevision: 1.0.1 helm: valuesObject: oxicloud: persistence: enabled: true storageClass: "truenas-nfs-csi" accessMode: ReadWriteMany size: 50Gi service: type: LoadBalancer config: server: port: 8086 host: "0.0.0.0" baseUrl: "https://cloud.roboces.dev" features: enableAuth: true enableSharing: true mimalloc: purgeDelay: "0" allowLargeOsPages: "0" secret: existingSecretName: oxicloud wopi: enabled: false ingress: enabled: true className: "traefik" hosts: - host: cloud.roboces.dev paths: - path: / pathType: ImplementationSpecific tls: [] project: roboces syncPolicy: automated: prune: true selfHeal: true