mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-11 13:23:03 +00:00
⚡ Fix the issues in Ingress
Helm template
This commit is contained in:
parent
a4761e3262
commit
400c681369
@ -4,7 +4,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
certmanager.k8s.io/cluster-issuer: '{{ .Values.tap.ingress.certmanager }}'
|
certmanager.k8s.io/cluster-issuer: {{ .Values.tap.ingress.certmanager }}
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
@ -38,7 +38,9 @@ spec:
|
|||||||
path: /()(.*)
|
path: /()(.*)
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
|
{{- if gt (len .Values.tap.ingress.tls) 0}}
|
||||||
{{- toYaml .Values.tap.ingress.tls | nindent 2 }}
|
{{- toYaml .Values.tap.ingress.tls | nindent 2 }}
|
||||||
|
{{- end }}
|
||||||
status:
|
status:
|
||||||
loadBalancer: {}
|
loadBalancer: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user