6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-14 23:16:04 +00:00
tutor/plugins/minio/tutorminio/patches/k8s-ingress-certificates

19 lines
350 B
Plaintext
Raw Normal View History

---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: {{ MINIO_HOST|replace(".", "-") }}
spec:
secretName: {{ MINIO_HOST }}-tls
issuerRef:
name: letsencrypt
commonName: {{ MINIO_HOST }}
dnsNames:
- {{ MINIO_HOST }}
acme:
config:
- http01:
ingress: web
domains:
- {{ MINIO_HOST }}