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 @@
apiVersion: v1
kind: Pod
metadata:
# name: {{ template "theodolite.fullname" . }}-kafka-client
name: kafka-client
spec:
containers:
......
......@@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
name: prometheus
name: {{ template "theodolite.fullname" . }}-prometheus
spec:
serviceAccountName: prometheus
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 @@
apiVersion: v1
kind: Pod
metadata:
# name: {{ template "theodolite.fullname" . }}-zookeeper-client
name: zookeeper-client
spec:
containers:
......
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