Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Add health endpoint to service for ELB health checks (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoehdoi authored and Julien Garcia Gonzalez committed Nov 20, 2019
1 parent 26166d5 commit f5a770c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/aqua-app-server/templates/gate-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
selector:
app: {{ .Release.Name }}-gateway
ports:
- port: 8082
targetPort: 8082
protocol: TCP
name: aqua-health
- port: {{ .Values.gate.service.externalPort }}
targetPort: 3622
protocol: TCP
Expand Down

0 comments on commit f5a770c

Please sign in to comment.