Skip to content

Commit a7c8c95

Browse files
committed
chore: add linux tag for linux deployment
1 parent 3c66950 commit a7c8c95

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

deploy/example/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
app: nginx
2929
name: deployment-blob
3030
spec:
31+
nodeSelector:
32+
"kubernetes.io/os": linux
3133
containers:
3234
- name: deployment-blob
3335
image: nginx

deploy/example/nginx-pod-blob.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ apiVersion: v1
44
metadata:
55
name: nginx-blob
66
spec:
7+
nodeSelector:
8+
"kubernetes.io/os": linux
79
containers:
810
- image: nginx
911
name: nginx-blob

deploy/example/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ spec:
1313
labels:
1414
app: nginx
1515
spec:
16+
nodeSelector:
17+
"kubernetes.io/os": linux
1618
containers:
1719
- name: statefulset-blob
1820
image: nginx

0 commit comments

Comments
 (0)