asd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user