```frontend: nodeSelector: node-class: "plat...
# support
d
Copy code
frontend:
  nodeSelector:
    node-class: "platform-x86"
  service:
    type: NodePort
  ingress:
    enabled: true
    annotations:
      kubernetes.io/ingress.class: nginx
    hosts:
      - host: signoz.domain.com
        paths:
          - path: /
            pathType: ImplementationSpecific
            port: 3301
how to properly set public access for frontend? I tried multiple ways, but not able to access it without port forwarding