Skip to content
Snippets Groups Projects
Commit 4ffeade4 authored by Joshua Lambert's avatar Joshua Lambert
Browse files

Update Prometheus port name per comments

parent f663f6f9
No related branches found
No related tags found
1 merge request!7Separate prometheus
Loading
Loading
@@ -16,7 +16,7 @@ spec:
args:
- '-config.file=/prometheus-data/prometheus.yml'
ports:
- name: gitlab-prom
- name: prometheus
containerPort: 9090
volumeMounts:
- name: data-volume
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@ spec:
selector:
app: gitlab-prometheus
ports:
- name: gitlab-prom
- name: prometheus
protocol: TCP
port: 9090
targetPort: gitlab-prom
targetPort: prometheus
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