Skip to content

Commit

Permalink
Merge pull request #9 from BboySticker/a7
Browse files Browse the repository at this point in the history
Add metrics port
  • Loading branch information
BboySticker authored Mar 26, 2021
2 parents 1952c57 + 7236cbf commit 65e0bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions processor-webapp/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
name: {{ .Release.Name }}-db-secret
ports:
- containerPort: {{ .Values.port }}
- containerPort: {{ .Values.metricsPort }}
readinessProbe:
httpGet:
path: {{ .Values.readinessProbe.path }}
Expand Down
1 change: 1 addition & 0 deletions processor-webapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ image:

imagePullSecrets: docker-hub
port: 8080
metricsPort: 2112

readinessProbe:
path: /story
Expand Down

0 comments on commit 65e0bff

Please sign in to comment.