Files
infra/manifests/s3/cert.yaml
2026-05-05 00:26:41 +02:00

14 lines
355 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: rustfs-cert
namespace: s3storage # Ensure this matches your app's namespace
spec:
secretName: rustfs-tls-cert
issuerRef:
name: letsencrypt-prod # This must match your ClusterIssuer name
kind: ClusterIssuer
dnsNames:
- s3.milasholsting.dk
- console.s3.milasholsting.dk