This message was deleted.
# neuvector-security
a
This message was deleted.
h
in your values.yaml file what do you have for ingress?
For example:
Copy code
ingress:
    enabled: true
    host: <http://my-neuvector.exampledomain.org|my-neuvector.exampledomain.org>
    annotations:
      <http://nginx.ingress.kubernetes.io/backend-protocol|nginx.ingress.kubernetes.io/backend-protocol>: "HTTPS"
    tls: true
    secretName: neuvector-tls-cert-secret
🏆 1