mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-16 01:16:47 +00:00
13 lines
238 B
YAML
13 lines
238 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: kubeshark-tls
|
|
namespace: default
|
|
spec:
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
secretName: cert-kubeshark
|
|
dnsNames:
|
|
- ks.svc.cluster.local
|