Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Add missing labels to ES template (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Oct 10, 2017
1 parent d42a929 commit f527fbb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ items:
template:
metadata:
labels:
app: elasticsearch
app: jaeger
type: databases
availability: restricted
jaeger-infra: elasticsearch-statefulset
spec:
containers:
- name: elasticsearch
Expand All @@ -48,6 +49,9 @@ items:
kind: Service
metadata:
name: elasticsearch
labels:
app: jaeger
jaeger-infra: elasticsearch-service
spec:
clusterIP: None
selector:
Expand Down

0 comments on commit f527fbb

Please sign in to comment.