Skip to content

Commit

Permalink
[helm] update testnet ingress (aptos-labs#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored Mar 15, 2022
1 parent 3896420 commit fe217d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terraform/testnet/testnet/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ spec:
port:
number: 80
{{- end }}
{{- if .Values.service.fullnode.exposeApi }}
- host: fullnode.{{ .Values.service.domain }}
http:
paths:
- path: /*
pathType: Prefix
backend:
service:
name: {{ include "testnet.fullname" . }}-api
port:
number: 80
{{- end }}
- http:
paths:
- path: /waypoint.txt
Expand Down

0 comments on commit fe217d6

Please sign in to comment.