Skip to content

Commit

Permalink
update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Aug 17, 2022
1 parent 97d366b commit d50e6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/graphprotocol-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: graphprotocol-node
description: A Helm chart for Graph Protocol Nodes
type: application
version: 0.1.2
version: 0.1.3
keywords:
- graphprotocol
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/graphprotocol-node/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
{{- end }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
{{- range .Values.ingressRpc.hosts }}
- host: {{ . | quote }}
http:
paths:
Expand Down

0 comments on commit d50e6b9

Please sign in to comment.