14 lines
355 B
YAML
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
|