Skip to content

Commit

Permalink
node selector
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 23, 2020
1 parent 3e6ca6c commit fb1897f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: my-python
spec:
containers:
- name: my-python
image: deekshithsn/python-web-app
nodeSelector:
size: medium

0 comments on commit fb1897f

Please sign in to comment.