Skip to content

Commit

Permalink
immich: Fix database topolog spread match labels (#138)
Browse files Browse the repository at this point in the history
* immich: Fix database topolog spread match labels

* fix indent

* fix labels

* Update Chart.yaml
  • Loading branch information
rouke-broersma authored Dec 14, 2024
1 parent 72279d9 commit 678aa8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: immich
version: 3.0.1
version: 3.0.2

home: https://immich.app
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/immich/templates/database/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
whenUnsatisfiable: {{ .whenUnsatisfiable }}
labelSelector:
matchLabels:
app.kubernetes.io/component: "db"
{{- include "common.labels" $ | nindent 8 }}
"cnpg.io/cluster": {{ $.Values.database.clusterName }}
"cnpg.io/podRole": instance
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 678aa8d

Please sign in to comment.