This commit is contained in:
2026-02-11 10:21:30 +02:00
parent c819275b7f
commit 3a68514880
2 changed files with 10 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ spec:
labels: labels:
app: memelord app: memelord
spec: spec:
topologySpreadConstraints: topologySpreadConstraints:
- maxSkew: 1 - maxSkew: 1
topologyKey: topology.kubernetes.io/zone topologyKey: topology.kubernetes.io/zone
@@ -93,8 +92,8 @@ spec:
value: "ee-lte-1" value: "ee-lte-1"
- name: AWS_S3_ENDPOINT_URL - name: AWS_S3_ENDPOINT_URL
value: "https://minio.ee-lte-1.codemowers.io" value: "https://minio.ee-lte-1.codemowers.io"
- name: AWS_LOCATION - name: AWS_LOCATION
value: "" # why is this set to 'media' in original? value: "" # why is this set to 'media' in original?
- name: AWS_S3_ADDRESSING_STYLE - name: AWS_S3_ADDRESSING_STYLE
value: path value: path
- name: DEBUG - name: DEBUG

View File

@@ -24,6 +24,14 @@ spec:
size: 1Gi size: 1Gi
storageClass: postgres storageClass: postgres
affinity: affinity:
additionalPodAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app: memelord
topologyKey: topology.kubernetes.io/zone
podAntiAffinityType: required podAntiAffinityType: required
nodeSelector: nodeSelector:
codemowers.io/lvm-ubuntu-vg: enterprise-ssd codemowers.io/lvm-ubuntu-vg: enterprise-ssd