asd
This commit is contained in:
@@ -23,7 +23,6 @@ spec:
|
||||
labels:
|
||||
app: memelord
|
||||
spec:
|
||||
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: topology.kubernetes.io/zone
|
||||
@@ -93,8 +92,8 @@ spec:
|
||||
value: "ee-lte-1"
|
||||
- name: AWS_S3_ENDPOINT_URL
|
||||
value: "https://minio.ee-lte-1.codemowers.io"
|
||||
- name: AWS_LOCATION
|
||||
value: "" # why is this set to 'media' in original?
|
||||
- name: AWS_LOCATION
|
||||
value: "" # why is this set to 'media' in original?
|
||||
- name: AWS_S3_ADDRESSING_STYLE
|
||||
value: path
|
||||
- name: DEBUG
|
||||
|
||||
@@ -24,6 +24,14 @@ spec:
|
||||
size: 1Gi
|
||||
storageClass: postgres
|
||||
affinity:
|
||||
additionalPodAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
podAffinityTerm:
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: memelord
|
||||
topologyKey: topology.kubernetes.io/zone
|
||||
podAntiAffinityType: required
|
||||
nodeSelector:
|
||||
codemowers.io/lvm-ubuntu-vg: enterprise-ssd
|
||||
|
||||
Reference in New Issue
Block a user