Skip to content
Snippets Groups Projects
Commit 7e2c7e4a authored by Benedikt Wetzel's avatar Benedikt Wetzel Committed by Sören Henning
Browse files

Remove the name prefix so that theodolity.py contacts the correct addresses

parent 32235aa8
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
metadata: metadata:
# name: {{ template "theodolite.fullname" . }}-kafka-client
name: kafka-client name: kafka-client
spec: spec:
containers: containers:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1 apiVersion: monitoring.coreos.com/v1
kind: Prometheus kind: Prometheus
metadata: metadata:
name: prometheus name: {{ template "theodolite.fullname" . }}-prometheus
spec: spec:
serviceAccountName: prometheus serviceAccountName: prometheus
serviceMonitorSelector: serviceMonitorSelector:
......
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "theodolite.fullname" . }}-test-prometheus"
labels:
{{- include "theodolite.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['http://prometheus-operated:9090']
restartPolicy: Never
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
metadata: metadata:
# name: {{ template "theodolite.fullname" . }}-zookeeper-client
name: zookeeper-client name: zookeeper-client
spec: spec:
containers: containers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment