We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104034b commit 696615cCopy full SHA for 696615c
flux/apps/nextcloud.yaml
@@ -252,6 +252,20 @@ spec:
252
cronjob:
253
annotations:
254
healthcheckSecret: nextcloud-cron
255
+ affinity:
256
+ podAffinity:
257
+ requiredDuringSchedulingIgnoredDuringExecution:
258
+ - labelSelector:
259
+ matchExpressions:
260
+ - key: app.kubernetes.io/name
261
+ operator: In
262
+ values:
263
+ - nextcloud
264
+ - key: app.kubernetes.io/component
265
266
267
+ - app
268
+ topologyKey: kubernetes.io/hostname
269
internalDatabase:
270
enabled: false
271
externalDatabase:
0 commit comments