github.com/dominant-strategies/go-quai@v0.28.2/helm/templates/service.yaml (about) 1 {{- range $chain := .Values.goQuai.chains }} 2 {{ include "go-quai.service" $ | replace "<HTTP>" $chain.ports.http | replace "<WS>" $chain.ports.ws | replace "<DISC>" $chain.ports.disc | replace "prime" $chain.name }} 3 --- 4 {{- end }}