Skip to content

Commit

Permalink
Adjust service selector to only select the website pods
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 9, 2024
1 parent be95759 commit b1aca11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/openvsx/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
labels:
app: {{ .Values.name }}
environment: {{ .Values.environment }}
type: website
name: {{ .Values.name }}-{{ .Values.environment }}
namespace: {{ .Values.namespace }}
spec:
Expand Down
1 change: 1 addition & 0 deletions charts/openvsx/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ spec:
selector:
app: {{ .Values.name }}
environment: {{ .Values.environment }}
type: website

0 comments on commit b1aca11

Please sign in to comment.