chore(version): Bump to 1.40.1
Also move scheduling to amd64 nodes
This commit is contained in:
parent
feb76efafc
commit
4a8527cdd6
@ -13,9 +13,18 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: postiz
|
app: postiz
|
||||||
spec:
|
spec:
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/arch
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- amd64
|
||||||
containers:
|
containers:
|
||||||
- name: postiz-web
|
- name: postiz-web
|
||||||
image: ghcr.io/gitroomhq/postiz-app:v1.36.1-arm64
|
image: ghcr.io/gitroomhq/postiz-app:v1.40.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
envFrom:
|
envFrom:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user