-
Notifications
You must be signed in to change notification settings - Fork 0
/
mappia.yaml
41 lines (37 loc) · 918 Bytes
/
mappia.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Azure specific settings for mappia helm chart
magento:
persistentVolumeClaims:
media:
storageClassName: azurefile-premium-csi-web-writable
var:
storageClassName: azurefile-csi-web-writable
envFrom:
- secretRef:
name: magento-secret
resources:
requests:
cpu: "100m"
memory: "500Mi"
limits:
cpu: "1000m"
memory: "1.5Gi"
api:
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 256k
kubernetes.io/ingress.class: "nginx"
admin:
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 256k
kubernetes.io/ingress.class: "nginx"
frontend:
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 256k
kubernetes.io/ingress.class: "nginx"
rabbitmq:
auth:
username: magento
existingPasswordSecret: magento-rabbitmq-secret