mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-19 01:06:37 +00:00
16 lines
305 B
YAML
16 lines
305 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: podinfo-frontend
|
|
namespace: secure
|
|
spec:
|
|
dnsNames:
|
|
- frontend
|
|
- frontend.secure
|
|
- frontend.secure.cluster.local
|
|
- localhost
|
|
secretName: podinfo-frontend-tls
|
|
issuerRef:
|
|
name: self-signed
|
|
kind: ClusterIssuer
|