We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a177a4 commit ad6ef69Copy full SHA for ad6ef69
1 file changed
cluster/apps/security/trivy/dashboard/app/helm-release.yaml
@@ -23,10 +23,12 @@ spec:
23
runAsUser: 1000
24
ingress:
25
enabled: true
26
- ingressClassName: internal
27
- pathType: Prefix
+ className: internal
28
hosts:
29
- - &host trivy.${SECRET_DOMAIN}
+ - host: &host trivy.${SECRET_DOMAIN}
+ paths:
30
+ - path: /
31
+ pathType: Prefix
32
tls:
33
- hosts:
34
- *host
0 commit comments