fix(lidarr): avoid turing2 and use postgres
This commit is contained in:
@@ -43,3 +43,13 @@ resources:
|
|||||||
memory: "800Mi"
|
memory: "800Mi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
ephemeral-storage: "1Gi"
|
ephemeral-storage: "1Gi"
|
||||||
|
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/hostname
|
||||||
|
operator: NotIn
|
||||||
|
values:
|
||||||
|
- turing2
|
||||||
|
|||||||
Reference in New Issue
Block a user