diff --git a/services/Cells/application-cells.yaml b/services/Cells/application-cells.yaml deleted file mode 100644 index 73bacc3..0000000 --- a/services/Cells/application-cells.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: cells - namespace: argo-cd -spec: - destination: - server: https://kubernetes.default.svc - namespace: cells - project: default - sources: - - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog - path: services/Cells - targetRevision: HEAD - - repoURL: https://download.pydio.com/pub/charts/helm - chart: cells - targetRevision: 1.0.1 - helm: - valueFiles: - - $values/services/Cells/values.yaml - - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog - targetRevision: HEAD - ref: values - syncPolicy: - automated: {} diff --git a/services/Cells/values.yaml b/services/Cells/values.yaml deleted file mode 100644 index deb57b4..0000000 --- a/services/Cells/values.yaml +++ /dev/null @@ -1,20 +0,0 @@ -#auth: -# enabled: true -# create: false -# existingSecret: "cells-credentials" -# existingSecretUsernameKey: "username" -# existingSecretPasswordKey: "password" - -service: - type: NodePort - port: 8080 - discoveryPort: 8002 - - # Set values here if you want to bind the port elsewhere - reverseproxyurl: https://cells.spamasaurus.com - -useCaddyProxy: false - -ingress: - enabled: true - hostname: cells.spamasaurus.com