15 lines
276 B
YAML
15 lines
276 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: netbootxyz-tls
|
|
namespace: envoy-gateway
|
|
spec:
|
|
secretName: netbootxyz-tls
|
|
privateKey:
|
|
rotationPolicy: Always
|
|
issuerRef:
|
|
name: azure-dns
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- netboot.jsme.be
|