Skip to content

Commit

Permalink
Add internal labels to the headless services
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-drosiek committed May 28, 2020
1 parent 8997fe5 commit 03a300c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: {{ template "sumologic.metadata.name.events.service-headless" . }}
labels:
app: {{ template "sumologic.labels.app.events.service-headless" . }}
{{- include "sumologic.labels.events" . | nindent 4 }}
{{- include "sumologic.labels.common" . | nindent 4 }}
spec:
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ template "sumologic.metadata.name.metrics.service-headless" . }}
labels:
app: {{ template "sumologic.labels.app.metrics.service-headless" . }}
{{- include "sumologic.labels.events" . | nindent 4 }}
{{- include "sumologic.labels.common" . | nindent 4 }}
spec:
selector:
Expand Down

0 comments on commit 03a300c

Please sign in to comment.