Files
homelab/components/certificates/base/openshift-api-certificate.yaml
rblundon fe564d7227 Squashed 'cluster-config/' content from commit 654f2390
git-subtree-dir: cluster-config
git-subtree-split: 654f23903bd1f9a27a4810bd289d165b6cfdbb0c
2025-03-30 15:46:16 -05:00

15 lines
309 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: openshift-api
namespace: openshift-config
annotations:
argocd.argoproj.io/sync-wave: '0'
spec:
secretName: openshift-api-certificate
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- api.${BASE_DOMAIN}