Skip to content

Commit

Permalink
Use correct port and health path for securedapp
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 23, 2019
1 parent 2c70d06 commit e5709fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ spec:
value: {{ .Values.hivePublicUrl | quote }}
ports:
- name: http
containerPort: 80
containerPort: 3000
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /auth/login
port: http
readinessProbe:
httpGet:
path: /
path: /auth/login
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit e5709fa

Please sign in to comment.