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
Loading
...@@ -185,7 +185,7 @@ metadata: ...@@ -185,7 +185,7 @@ metadata:
spec: spec:
endpoints: endpoints:
- path: /metrics - path: /metrics
port: monitoring port: tcp-monitoring
selector: selector:
matchLabels: matchLabels:
grafana.ox.io/service-monitor-implementation: default grafana.ox.io/service-monitor-implementation: default
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # incremented each time you make changes to the application. Versions are not expected to
......
...@@ -49,7 +49,7 @@ spec: ...@@ -49,7 +49,7 @@ spec:
- name: http - name: http
containerPort: {{ .Values.containerPort | default 8080 }} containerPort: {{ .Values.containerPort | default 8080 }}
protocol: TCP protocol: TCP
- name: monitoring - name: tcp-monitoring
containerPort: 9090 containerPort: 9090
protocol: TCP protocol: TCP
{{- if .Values.probe.liveness.enabled }} {{- if .Values.probe.liveness.enabled }}
......
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
protocol: TCP protocol: TCP
name: http name: http
- port: 9090 - port: 9090
targetPort: monitoring targetPort: tcp-monitoring
protocol: TCP protocol: TCP
name: monitoring name: monitoring
selector: 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