Allow website and demos to schedule on any node
This commit is contained in:
parent
c7c38d1e41
commit
fa0f2eaa56
|
|
@ -15,8 +15,6 @@ spec:
|
|||
labels:
|
||||
app: demos-static
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: raspberry
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 101
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ spec:
|
|||
labels:
|
||||
app: php-website
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: raspberry
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
|
|
@ -148,8 +146,6 @@ spec:
|
|||
labels:
|
||||
app: website-redis
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: raspberry
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 999
|
||||
|
|
|
|||
Loading…
Reference in New Issue