mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
15 lines
293 B
YAML
15 lines
293 B
YAML
|
apiVersion: cert-manager.io/v1
|
||
|
kind: Certificate
|
||
|
metadata:
|
||
|
name: default-cert
|
||
|
namespace: istio-system
|
||
|
spec:
|
||
|
secretName: default-cert
|
||
|
issuerRef:
|
||
|
kind: ClusterIssuer
|
||
|
name: letsencrypt-prod
|
||
|
dnsNames:
|
||
|
- '*.build.resf.org'
|
||
|
- 'build.resf.org'
|
||
|
- '*.corp.build.resf.org'
|