Skip to content

Commit

Permalink
[helm][testnet] fix api service when validator-lite enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored and aptos-bot committed May 4, 2022
1 parent 1518c96 commit 845a32c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/testnet/testnet/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ metadata:
spec:
selector:
app.kubernetes.io/part-of: aptos-validator
{{- if .Values.validatorLite }}
app.kubernetes.io/name: validator
{{- else }}
app.kubernetes.io/name: haproxy
{{- end }}
ports:
- port: 80
targetPort: 8080
Expand Down

0 comments on commit 845a32c

Please sign in to comment.