Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2824 from michelleN/nodeselectors
Browse files Browse the repository at this point in the history
feat(charts/osm): add os and arch node selectors
  • Loading branch information
shashankram authored Mar 31, 2021
2 parents ada5046 + 90303e7 commit ff1e31e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/osm/templates/osm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
prometheus.io/port: '9091'
spec:
serviceAccountName: {{ .Release.Name }}
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
containers:
- name: osm-controller
image: "{{ .Values.OpenServiceMesh.image.registry }}/osm-controller:{{ .Values.OpenServiceMesh.image.tag }}"
Expand Down
3 changes: 3 additions & 0 deletions charts/osm/templates/osm-injector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
prometheus.io/port: '9091'
spec:
serviceAccountName: {{ .Release.Name }}
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
containers:
- name: osm-injector
image: "{{ .Values.OpenServiceMesh.image.registry }}/osm-injector:{{ .Values.OpenServiceMesh.image.tag }}"
Expand Down

0 comments on commit ff1e31e

Please sign in to comment.