Replies: 1 comment
-
We don't add those codes, although it should be easy to add(web UI is a Spring Web container). So, generally, you could either write some codes to add that, or add an extra Gateway(Envoy Gateway, Nginx) etc. to manage TLS relative things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have enabled ui.ingress.enabled as true but my deployment is failing with error :
│ Error: failed to create resource: Ingress.networking.k8s.io "skywalking-skywalking-helm-ui" is invalid: spec: Invalid value: []networking.IngressRule(nil): either
defaultBackendor
rulesmust be specified
While as per values.yaml file those are already passed, so anything else need to do over here ?
Also how to enabled TLS in helm chart ?
Beta Was this translation helpful? Give feedback.
All reactions