Skip to content

Commit

Permalink
Use correct port for liveness probe
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
undera committed Jul 5, 2023
1 parent 757245e commit cf9cc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/komoplane/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ spec:
livenessProbe:
httpGet:
path: /status
port: http
port: 8090
readinessProbe:
httpGet:
path: /status
port: http
port: 8090
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit cf9cc36

Please sign in to comment.