github.com/dominant-strategies/go-quai@v0.28.2/helm/templates/_ingress.yaml (about)

     1  {{- define "go-quai.ingress" }}
     2  - host: rpc.prime.{{ include "go-quai.envPrefix" . -}}quaiscan.io
     3    http:
     4      paths:
     5      - path: /
     6        pathType: Prefix
     7        backend:
     8          service:
     9            name: prime-{{ include "go-quai.name" $ }}
    10            port:
    11              name: http
    12      - path: /ws
    13        pathType: Prefix
    14        backend:
    15          service:
    16            name: prime-{{ include "go-quai.name" $ }}
    17            port:
    18              name: ws
    19  {{- end }}