This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
values.yaml
114 lines (98 loc) · 2.44 KB
/
values.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
replicaCount: 1
image:
repository: shiftedreality/magento-kubernetes-components-php
tag: 7.1-fpm
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
#service:
# type: NodePort
# port: 8001
# nodePort: 30301
xdebugService:
type: NodePort
port: 8002
nodePort: 30302
monolith:
name: magento2
deployment:
nginxImage: nginx:1.9
codeImage: shiftedreality/magento-kubernetes-components-php
imageTag: 7.1-fpm
imagePullPolicy: Always
global:
caching:
varnish:
enabled: true # This value is overridden via <devbox_project>/etc/instance/$(getContext).yaml
monolith:
service:
port: 8050
nginxPort: 8001
phpFpmPort: 9001
phpFpmXdebugPort: 9002
varnishPort: 6081
mysqlHost: magento-mysql
volumeHostPath: /Users/user/Projects/magento2-kubernetes-for-developers
persistence:
nfs:
enabled: true # This value is overridden via <devbox_project>/etc/env/config.yaml
serverIp: 192.168.99.1 # This value is overridden via <devbox_project>/etc/env/config.yaml
dns:
magentoHosts:
ip: string_placeholder # This value is overridden in runtime from scripts/host/k_upgrade_environment.sh
hostnames: array_placeholder # This value is overridden in runtime from scripts/host/k_upgrade_environment.sh
resources: {}
# Uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
mysql:
fullname: magento-mysql
mysqlRootPassword: "123123q"
service:
type: NodePort
nodePort: 30306
persistence:
size: 4Gi
imageTag: "5.7.22"
redis:
usePassword: false
master:
disableCommands: []
persistence:
enabled: false
cluster:
enabled: false
rabbitmq:
service:
type: NodePort
rabbitmq:
username: admin
password: 123123q
elasticsearch:
# Permit co-located instances for solitary minikube virtual machines.
antiAffinity: "soft"
# Shrink default JVM heap.
esJavaOpts: "-Xmx128m -Xms128m"
# Allocate smaller chunks of memory per pod.
resources:
requests:
cpu: "100m"
memory: "512M"
limits:
cpu: "1000m"
memory: "512M"
# Request smaller persistent volumes.
volumeClaimTemplate:
accessModes: [ "ReadWriteOnce" ]
storageClassName: "standard"
resources:
requests:
storage: 100M