File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
6
6
name : Elegant Themes
7
7
name : d5-demo-server
8
- version : 1.0.0
8
+ version : 1.0.1
Original file line number Diff line number Diff line change 92
92
volumeMounts :
93
93
- name : wordpress
94
94
mountPath : /srv
95
+ - name : demo-mysql
96
+ mountPath : /var/lib/mysql
97
+ - name : demo-redis
98
+ mountPath : /var/lib/redis
95
99
- name : config
96
100
mountPath : /config
97
101
readOnly : true
@@ -227,6 +231,8 @@ spec:
227
231
volumeMounts :
228
232
- name : wordpress
229
233
mountPath : /srv
234
+ - name : demo-mysql
235
+ mountPath : /var/lib/mysql
230
236
- name : config
231
237
mountPath : /config
232
238
readOnly : true
@@ -288,6 +294,8 @@ spec:
288
294
volumeMounts :
289
295
- name : wordpress
290
296
mountPath : /srv
297
+ - name : demo-redis
298
+ mountPath : /var/lib/redis
291
299
- name : config
292
300
mountPath : /config
293
301
readOnly : true
@@ -297,6 +305,14 @@ spec:
297
305
hostPath :
298
306
path : /srv
299
307
type : DirectoryOrCreate
308
+ - name : demo-mysql
309
+ hostPath :
310
+ path : /var/lib/demo-mysql
311
+ type : DirectoryOrCreate
312
+ - name : demo-redis
313
+ hostPath :
314
+ path : /var/lib/demo-redis
315
+ type : DirectoryOrCreate
300
316
- name : config
301
317
secret :
302
318
secretName : secrets
You can’t perform that action at this time.
0 commit comments