diff --git a/apps/templates/sogo-folder.yaml b/apps/templates/sogo-folder.yaml deleted file mode 100644 index 2ecbfd4..0000000 --- a/apps/templates/sogo-folder.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: sogo - namespace: argocd -spec: - project: default - source: - repoURL: https://github.com/rubenhensen/k8scd.git - targetRevision: HEAD - path: sogo - destination: - server: https://kubernetes.default.svc - namespace: sogo - syncPolicy: - automated: - selfHeal: true - prune: true - syncOptions: - - CreateNamespace=true diff --git a/sogo/sogo-helm.yaml b/sogo/sogo-helm.yaml deleted file mode 100644 index 7d52709..0000000 --- a/sogo/sogo-helm.yaml +++ /dev/null @@ -1,55 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: helm-sogo - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - selfHeal: true - project: default - sources: - - chart: sogo - repoURL: https://helm.snry.xyz/docker-sogo/ - targetRevision: v0.3.3 - helm: - values: | - sogo: - host: post.hensen.io - ingress: - enabled: true - className: nginx - annotations: - kubernetes.io/tls-acme: "true" - cert-manager.io/cluster-issuer: prod-cluster-issuer - nginx.ingress.kubernetes.io/server-snippet: |- - ## requirement to create new calendars in Thunderbird ## - proxy_http_version 1.1; - proxy_hide_header X-Powered-By; - - location = / { - rewrite ^(.*)$ /SOGo; - allow all; - } - - tls: - - secretName: sogo-tls - hosts: - - post.hensen.io - labels: {} - path: / - pathType: Prefix - memcached: - ## Only enable this if you don't have an external database - enabled: false - - existingSecrets: - - sogo-config - destination: - server: https://kubernetes.default.svc - namespace: sogo