Changes Node Labels

This commit is contained in:
2024-02-17 15:13:33 -03:00
parent 2c32adc997
commit 50e5ee5dfa
5 changed files with 98 additions and 98 deletions

View File

@@ -14,18 +14,18 @@ spec:
app: storage
spec:
nodeSelector:
kubernetes.io/role: worker
node_type: worker
containers:
- name: storage
image: yoshiunfriendly/storage-hideyoshi.com:latest
imagePullPolicy: "Always"
resources:
requests:
memory: "256Mi"
cpu: "250m"
limits:
memory: "256Mi"
cpu: "250m"
requests:
memory: "256Mi"
cpu: "250m"
limits:
memory: "256Mi"
cpu: "250m"
ports:
- containerPort: 8000
readinessProbe: