Add amd64 constraints
This commit is contained in:
@@ -16,6 +16,15 @@ spec:
|
|||||||
app: hello-gin
|
app: hello-gin
|
||||||
customerName: cocacola
|
customerName: cocacola
|
||||||
spec:
|
spec:
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/arch
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- amd64
|
||||||
securityContext: # podi tase
|
securityContext: # podi tase
|
||||||
fsGroup: 2000
|
fsGroup: 2000
|
||||||
runAsGroup: 3000
|
runAsGroup: 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user