Skip to content

Commit

Permalink
fix: selectors
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Kheifets <[email protected]>
  • Loading branch information
ikheifets-splunk committed Dec 10, 2024
1 parent 01e5062 commit 9747065
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "splunk-connect-for-snmp.worker.fullname" . }}-flower-svc
name: {{ include "splunk-connect-for-snmp.worker.fullname" . }}-flower
labels:
{{- include "splunk-connect-for-snmp.worker.flower.labels" . | nindent 4 }}


spec:
selector:
app: flower
{{- include "splunk-connect-for-snmp.worker.flower.selectorLabels" . | nindent 4 }}
ports:
- protocol: TCP
port: {{ .Values.flower.port | default 80 }}
Expand Down

0 comments on commit 9747065

Please sign in to comment.