Skip to content

Commit

Permalink
Fix akri resource name in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
isZumpo committed Aug 13, 2024
1 parent a7ed501 commit 6b35040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/birdnet-go/templates/deployments/rtsp-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ spec:
value: '1'
resources:
limits:
{{ template "birdnet-go.fullname" $ }}-mic-{{ $microphone.name }}: "1"
akri.sh/{{ template "birdnet-go.fullname" $ }}-mic-{{ $microphone.name }}: "1"
requests:
{{ template "birdnet-go.fullname" $ }}-mic-{{ $microphone.name }}: "1"
akri.sh/{{ template "birdnet-go.fullname" $ }}-mic-{{ $microphone.name }}: "1"
tolerations:
{{- range $key, $value := $.Values.rtsp.client.tolerations }}
- {{ toYaml $value | indent 8 }}
Expand Down

0 comments on commit 6b35040

Please sign in to comment.