Skip to content
Snippets Groups Projects
Commit 10876a14 authored by andree.klattenhoff's avatar andree.klattenhoff
Browse files

Change: Renamed monitoring port to follow Istio naming convention

parent 3b10d874
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ metadata:
spec:
endpoints:
- path: /metrics
port: monitoring
port: tcp-monitoring
selector:
matchLabels:
grafana.ox.io/service-monitor-implementation: default
......@@ -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: 2.0.0
version: 2.0.1
# 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
......
......@@ -49,7 +49,7 @@ spec:
- name: http
containerPort: {{ .Values.containerPort | default 8080 }}
protocol: TCP
- name: monitoring
- name: tcp-monitoring
containerPort: 9090
protocol: TCP
{{- if .Values.probe.liveness.enabled }}
......
......@@ -13,7 +13,7 @@ spec:
protocol: TCP
name: http
- port: 9090
targetPort: monitoring
targetPort: tcp-monitoring
protocol: TCP
name: monitoring
selector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment