Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Nov 22, 2023
1 parent 6ad98f8 commit aea8edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mycel-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "0.1"
description: A Helm chart for mycel-node
name: mycel-node
version: 0.2.4-beta9
version: 0.2.4-beta10
2 changes: 1 addition & 1 deletion charts/mycel-node/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
pathType: Prefix

# p2p
- host: {{ .Values.ingress.p2p }}
- host: {{ .Values.ingress.p2p_endpoint}}
http:
paths:
- backend:
Expand Down

0 comments on commit aea8edf

Please sign in to comment.