Skip to content

Commit

Permalink
service: use selectorLabels helper (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcabrey committed Aug 27, 2024
1 parent 230df8b commit eac4a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: guerzon
email: [email protected]
url: https://github.com/guerzon
version: 0.24.3
version: 0.24.4
kubeVersion: ">=1.12.0-0"
1 change: 1 addition & 0 deletions charts/vaultwarden/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
type: {{ .Values.service.type | quote }}
selector:
app.kubernetes.io/component: vaultwarden
{{- include "vaultwarden.selectorLabels" . | nindent 4 }}
ports:
- name: "http"
port: 80
Expand Down

0 comments on commit eac4a45

Please sign in to comment.