mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 02:22:56 +02:00
Add minio tenant
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: minio
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
|
project: default
|
||||||
|
sources:
|
||||||
|
- chart: tenant
|
||||||
|
repoURL: https://operator.min.io
|
||||||
|
targetRevision: 6.0.3
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- $values/minio/values.yaml
|
||||||
|
- repoURL: https://github.com/rubenhensen/k8scd.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
ref: values
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: minio
|
||||||
+35
-16
@@ -1,18 +1,37 @@
|
|||||||
console:
|
console:
|
||||||
ingress:
|
api:
|
||||||
enabled: true
|
ingress:
|
||||||
ingressClassName: nginx
|
enabled: true
|
||||||
labels: { }
|
ingressClassName: nginx
|
||||||
annotations:
|
labels: { }
|
||||||
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||||
tls:
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
# TLS secretName used on ClusterIssuer
|
tls:
|
||||||
- secretName: letsencrypt-prod
|
# TLS secretName used on ClusterIssuer
|
||||||
hosts:
|
- secretName: letsencrypt-prod
|
||||||
- minio.hensen.io
|
hosts:
|
||||||
|
- minio.hensen.io
|
||||||
|
|
||||||
host: minio.hensen.io
|
host: minio.hensen.io
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
console:
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
ingressClassName: nginx
|
||||||
|
labels: { }
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
||||||
|
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||||
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
|
tls:
|
||||||
|
# TLS secretName used on ClusterIssuer
|
||||||
|
- secretName: letsencrypt-prod
|
||||||
|
hosts:
|
||||||
|
- minio-console.hensen.io
|
||||||
|
|
||||||
|
host: minio-console.hensen.io
|
||||||
|
path: /
|
||||||
|
pathType: Prefix
|
||||||
Reference in New Issue
Block a user