Skip to content

Commit

Permalink
Use more unique labels for rtsp-server
Browse files Browse the repository at this point in the history
  • Loading branch information
isZumpo committed Aug 14, 2024
1 parent 89fe71b commit 4fc9f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/birdnet-go/templates/deployments/rtsp-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ kind: Deployment
metadata:
name: {{ template "birdnet-go.fullname" . }}-rtsp-server
labels:
app: {{ template "birdnet-go.name" . }}
app: {{ template "birdnet-go.name" . }}-rtsp-server
chart: {{ template "birdnet-go.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app: {{ template "birdnet-go.name" . }}
app: {{ template "birdnet-go.name" . }}-rtsp-server
release: {{ .Release.Name }}
template:
metadata:
labels:
app: {{ template "birdnet-go.name" . }}
app: {{ template "birdnet-go.name" . }}-rtsp-server
release: {{ .Release.Name }}
spec:
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/birdnet-go/templates/services/rtsp-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
name: {{ template "birdnet-go.fullname" . }}-rtsp-server
labels:
app: {{ template "birdnet-go.name" . }}
app: {{ template "birdnet-go.name" . }}-rtsp-server
chart: {{ template "birdnet-go.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
Expand Down

0 comments on commit 4fc9f38

Please sign in to comment.