ansible/files/communishift/objects/cert_apps.yml
Kevin Fenzi 57e49b6da8 Revert "communishift: adjust for new cert-manager setup."
This reverts commit fd510fbf1642a74f1e951c1657b9dc768b6caf07.
2020-04-24 21:34:13 +02:00

15 lines
353 B
YAML

---
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: apps-certificate
namespace: openshift-ingress
spec:
secretName: apps-certificate
renewBefore: 360h # 15d
commonName: apps.os.fedorainfracloud.org
dnsNames:
- '*.apps.os.fedorainfracloud.org'
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer