Skip to content

Commit

Permalink
Resolve #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratcliffe committed Oct 12, 2023
1 parent 1905ca7 commit 79625dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion tavros/camel-web-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.6
version: 0.2.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 0 additions & 3 deletions tavros/camel-web-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ spec:
- name: actuator
containerPort: 8080
protocol: TCP
- name: hb-monitor
containerPort: 19001
protocol: TCP
{{- with .Values.readinessProbe }}
readinessProbe:
{{- toYaml . | nindent 12 }}
Expand Down
4 changes: 0 additions & 4 deletions tavros/camel-web-service/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@ spec:
port: 8080
protocol: TCP
targetPort: 8080
- name: kuma-virtual-probe
port: 19001
protocol: TCP
targetPort: 19001
selector:
{{- include "camel-web-service.selectorLabels" . | nindent 4 }}

0 comments on commit 79625dd

Please sign in to comment.