mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
rm old sogo
This commit is contained in:
@@ -1,60 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: 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: 0.3.5
|
|
||||||
helm:
|
|
||||||
values: |
|
|
||||||
sogo:
|
|
||||||
host: post.hensen.io
|
|
||||||
existingSecrets:
|
|
||||||
- sogo-secrets
|
|
||||||
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
|
|
||||||
- repoURL: https://github.com/rubenhensen/k8scd.git
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: sogo
|
|
||||||
directory:
|
|
||||||
include: "*.yaml"
|
|
||||||
exclude: "sogo-helm.yaml"
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: sogo
|
|
||||||
Reference in New Issue
Block a user