mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Add ingress minio
This commit is contained in:
@@ -17,12 +17,12 @@ spec:
|
|||||||
- chart: operator
|
- chart: operator
|
||||||
repoURL: https://operator.min.io
|
repoURL: https://operator.min.io
|
||||||
targetRevision: 6.0.3
|
targetRevision: 6.0.3
|
||||||
# helm:
|
helm:
|
||||||
# valueFiles:
|
valueFiles:
|
||||||
# - $values/minio/values.yaml
|
- $values/minio/values.yaml
|
||||||
# - repoURL: https://github.com/rubenhensen/k8scd.git
|
- repoURL: https://github.com/rubenhensen/k8scd.git
|
||||||
# targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: minio
|
namespace: minio
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
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:
|
||||||
|
- argocd.hensen.io
|
||||||
|
|
||||||
|
host: minio.hensen.io
|
||||||
|
path: /
|
||||||
|
pathType: Prefix
|
||||||
Reference in New Issue
Block a user