File tree 20 files changed +84
-31
lines changed
20 files changed +84
-31
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,11 @@ spec:
118
118
- containerPort : 80
119
119
isPublic : True
120
120
readinessProbe :
121
- tcpSocket :
121
+ httpGet :
122
+ path : /
123
+ scheme : HTTP
122
124
port : 80
125
+ timeoutSeconds : 30
123
126
initialDelaySeconds : 5
124
127
volumeMounts :
125
128
- mountPath : /dokuwiki
Original file line number Diff line number Diff line change @@ -126,8 +126,11 @@ spec:
126
126
- containerPort : 80
127
127
isPublic : True
128
128
readinessProbe :
129
- tcpSocket :
129
+ httpGet :
130
+ path : /
131
+ scheme : HTTP
130
132
port : 80
133
+ timeoutSeconds : 30
131
134
initialDelaySeconds : 5
132
135
volumeMounts :
133
136
- mountPath : /var/www/html
Original file line number Diff line number Diff line change 82
82
podPort : $ELASTIC_TCP_HOST_PORT|default:9300|Enter ElasticSearch tcp host port$
83
83
isPublic : False
84
84
readinessProbe :
85
- tcpSocket :
85
+ httpGet :
86
+ path : /
87
+ scheme : HTTP
86
88
port : 9200
87
89
initialDelaySeconds : 5
88
90
volumeMounts :
Original file line number Diff line number Diff line change @@ -126,7 +126,9 @@ spec:
126
126
- containerPort : 80
127
127
isPublic : True
128
128
readinessProbe :
129
- tcpSocket :
129
+ httpGet :
130
+ path : /
131
+ scheme : HTTP
130
132
port : 80
131
133
initialDelaySeconds : 5
132
134
volumeMounts :
Original file line number Diff line number Diff line change 98
98
containers :
99
99
-
100
100
name : mysql
101
- image : kuberdock/mysql:5.7
101
+ image : kuberdock/mysql:5.7
102
102
env :
103
103
- name : MYSQL_DATABASE
104
104
value : joomla
@@ -121,7 +121,7 @@ spec:
121
121
name : mysql-persistent-storage
122
122
-
123
123
name : joomla
124
- image : joomla:3
124
+ image : joomla:3
125
125
env :
126
126
- name : JOOMLA_DB_PASSWORD
127
127
value : $MYSQL_USER_PASSWORD$
@@ -135,7 +135,9 @@ spec:
135
135
- containerPort : 80
136
136
isPublic : True
137
137
readinessProbe :
138
- tcpSocket :
138
+ httpGet :
139
+ path : /
140
+ scheme : HTTP
139
141
port : 80
140
142
initialDelaySeconds : 5
141
143
volumeMounts :
Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ spec:
100
100
podPort : 80
101
101
isPublic : True
102
102
readinessProbe :
103
- tcpSocket :
103
+ httpGet :
104
+ path : /
105
+ scheme : HTTP
104
106
port : 80
105
107
initialDelaySeconds : 5
106
108
volumeMounts :
Original file line number Diff line number Diff line change 88
88
- containerPort : 80
89
89
isPublic : True
90
90
readinessProbe :
91
- tcpSocket :
91
+ httpGet :
92
+ path : /
93
+ scheme : HTTP
92
94
port : 80
93
95
initialDelaySeconds : 5
96
+ timeoutSeconds : 30
94
97
volumeMounts :
95
98
- mountPath : /var/lib/mysql
96
99
name : mysql-persistent-storage
Original file line number Diff line number Diff line change @@ -129,9 +129,12 @@ spec:
129
129
- containerPort : 80
130
130
isPublic : True
131
131
readinessProbe :
132
- tcpSocket :
132
+ httpGet :
133
+ path : /
134
+ scheme : HTTP
133
135
port : 80
134
- initialDelaySeconds : 5
136
+ timeoutSeconds : 60
137
+ initialDelaySeconds : 20
135
138
volumeMounts :
136
139
- mountPath : /var/www/htdocs
137
140
name : magento-persistent-storage
Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ spec:
130
130
- containerPort : 80
131
131
isPublic : True
132
132
readinessProbe :
133
- tcpSocket :
133
+ httpGet :
134
+ path : /
135
+ scheme : HTTP
134
136
port : 80
135
137
initialDelaySeconds : 5
136
138
volumeMounts :
Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ spec:
128
128
- containerPort : 80
129
129
isPublic : True
130
130
readinessProbe :
131
- tcpSocket :
131
+ httpGet :
132
+ path : /
133
+ scheme : HTTP
132
134
port : 80
133
135
initialDelaySeconds : 5
134
136
volumeMounts :
Original file line number Diff line number Diff line change @@ -129,8 +129,11 @@ spec:
129
129
podPort : $ODOO_XMLRPCS_HOST_PORT|default:8071|Enter Odoo XML-RPC/HTTP secure host port$
130
130
isPublic : True
131
131
readinessProbe :
132
- tcpSocket :
132
+ httpGet :
133
+ path : /
134
+ scheme : HTTP
133
135
port : 8069
136
+ timeoutSeconds : 30
134
137
initialDelaySeconds : 5
135
138
volumeMounts :
136
139
- mountPath : /var/lib/odoo
Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ spec:
128
128
- containerPort : 80
129
129
isPublic : True
130
130
readinessProbe :
131
- tcpSocket :
131
+ httpGet :
132
+ path : /
133
+ scheme : HTTP
132
134
port : 80
133
135
initialDelaySeconds : 5
134
136
volumeMounts :
Original file line number Diff line number Diff line change @@ -126,7 +126,9 @@ spec:
126
126
- containerPort : 80
127
127
isPublic : True
128
128
readinessProbe :
129
- tcpSocket :
129
+ httpGet :
130
+ path : /
131
+ scheme : HTTP
130
132
port : 80
131
133
initialDelaySeconds : 5
132
134
volumeMounts :
Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ spec:
128
128
- containerPort : 80
129
129
isPublic : True
130
130
readinessProbe :
131
- tcpSocket :
131
+ httpGet :
132
+ path : /
133
+ scheme : HTTP
132
134
port : 80
133
135
initialDelaySeconds : 5
134
136
volumeMounts :
Original file line number Diff line number Diff line change @@ -124,7 +124,9 @@ spec:
124
124
podPort : $PHPMYADM_HOST_PORT|default:80|Enter phpmyadmin host port$
125
125
isPublic : True
126
126
readinessProbe :
127
- tcpSocket :
127
+ httpGet :
128
+ path : /
129
+ scheme : HTTP
128
130
port : 80
129
131
initialDelaySeconds : 5
130
132
workingDir : /var/www/html
Original file line number Diff line number Diff line change @@ -139,9 +139,12 @@ spec:
139
139
podPort : $REDMINE_HOST_PORT|default:3000|Enter Redmine host port$
140
140
isPublic : True
141
141
readinessProbe :
142
- tcpSocket :
142
+ httpGet :
143
+ path : /
144
+ scheme : HTTP
143
145
port : 3000
144
146
initialDelaySeconds : 5
147
+ timeoutSeconds : 30
145
148
volumeMounts :
146
149
- mountPath : /usr/src/redmine/files
147
150
name : redmine-persistent-storage
Original file line number Diff line number Diff line change @@ -143,8 +143,11 @@ spec:
143
143
- containerPort : 80
144
144
isPublic : True
145
145
readinessProbe :
146
- tcpSocket :
146
+ httpGet :
147
+ path : /
148
+ scheme : HTTP
147
149
port : 80
150
+ timeoutSeconds : 30
148
151
initialDelaySeconds : 5
149
152
volumeMounts :
150
153
- mountPath : /var/www/html
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ kuberdock:
15
15
You have installed [b]WordPress![/b]
16
16
Please find more information about WordPress software on the official website [url]https://wordpress.com[/url]
17
17
To access [b]WordPress[/b] use this link: [url]http://%PUBLIC_ADDRESS%[/url]
18
- Once installation is done you may want to activate and configure WP-Mail-SMTP plugin at [url]http://%PUBLIC_ADDRESS%/wp-admin/plugins.php[/url].
19
- Otherwise WordPress mailing system won't work.
18
+ Once installation is done you may want to activate and configure WP-Mail-SMTP plugin at [url]http://%PUBLIC_ADDRESS%/wp-admin/plugins.php[/url].
19
+ Otherwise WordPress mailing system won't work.
20
20
# required for cPanel to do proxy to user`s domain
21
21
# proxy:
22
22
# root:
91
91
restartPolicy : " Always"
92
92
resolve : ["mysql", "wordpress"]
93
93
containers :
94
- -
95
- name : mysql
96
- image : kuberdock/mysql:5.7-1
94
+ -
95
+ name : mysql
96
+ image : kuberdock/mysql:5.7-1
97
97
env :
98
98
- name : MYSQL_DATABASE
99
99
value : wordpress
@@ -116,7 +116,7 @@ spec:
116
116
name : mysql-persistent-storage
117
117
-
118
118
name : wordpress
119
- image : kuberdock/wordpress:4.6.1-1
119
+ image : kuberdock/wordpress:4.6.1-1
120
120
env :
121
121
- name : WORDPRESS_DB_USER
122
122
value : wordpress
@@ -128,12 +128,15 @@ spec:
128
128
- containerPort : 80
129
129
isPublic : True
130
130
readinessProbe :
131
- tcpSocket :
131
+ httpGet :
132
+ path : /
133
+ scheme : HTTP
132
134
port : 80
135
+ timeoutSeconds : 30
133
136
initialDelaySeconds : 5
134
137
volumeMounts :
135
138
- mountPath : /var/www/html
136
139
name : wordpress-persistent-storage
137
- kdCopyFromImage : true
140
+ kdCopyFromImage : true
138
141
workingDir : /var/www/html
139
142
Original file line number Diff line number Diff line change @@ -143,8 +143,11 @@ spec:
143
143
- containerPort : 80
144
144
isPublic : True
145
145
readinessProbe :
146
- tcpSocket :
146
+ httpGet :
147
+ path : /
148
+ scheme : HTTP
147
149
port : 80
150
+ timeoutSeconds : 30
148
151
initialDelaySeconds : 5
149
152
volumeMounts :
150
153
- mountPath : /var/www/html
@@ -158,8 +161,11 @@ spec:
158
161
- containerPort : 9300
159
162
isPublic : False
160
163
readinessProbe :
161
- tcpSocket :
164
+ httpGet :
165
+ path : /
166
+ scheme : HTTP
162
167
port : 9200
168
+ timeoutSeconds : 30
163
169
initialDelaySeconds : 5
164
170
volumeMounts :
165
171
- mountPath : /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -142,8 +142,11 @@ spec:
142
142
- containerPort : 80
143
143
isPublic : True
144
144
readinessProbe :
145
- tcpSocket :
145
+ httpGet :
146
+ path : /
147
+ scheme : HTTP
146
148
port : 80
149
+ timeoutSeconds : 30
147
150
initialDelaySeconds : 5
148
151
volumeMounts :
149
152
- mountPath : /var/www/html
You can’t perform that action at this time.
0 commit comments