mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 03:00:41 +00:00
⚡ Add CertManager
field to IngressConfig
and add an Ingress TLS example
This commit is contained in:
@@ -587,6 +587,7 @@ func (provider *Provider) BuildIngress() *networking.Ingress {
|
||||
}, provider),
|
||||
Annotations: map[string]string{
|
||||
"nginx.ingress.kubernetes.io/rewrite-target": "/$2",
|
||||
"certmanager.k8s.io/cluster-issuer": config.Config.Tap.Ingress.CertManager,
|
||||
},
|
||||
},
|
||||
Spec: networking.IngressSpec{
|
||||
|
Reference in New Issue
Block a user