Skip to content

Commit

Permalink
feat: update demo-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Apr 9, 2024
1 parent 1eb011a commit c311dff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/d5-demo-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: d5-demo-server
version: 1.0.0
version: 1.0.1
16 changes: 16 additions & 0 deletions charts/d5-demo-server/templates/d5-demo-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ spec:
volumeMounts:
- name: wordpress
mountPath: /srv
- name: demo-mysql
mountPath: /var/lib/mysql
- name: demo-redis
mountPath: /var/lib/redis
- name: config
mountPath: /config
readOnly: true
Expand Down Expand Up @@ -227,6 +231,8 @@ spec:
volumeMounts:
- name: wordpress
mountPath: /srv
- name: demo-mysql
mountPath: /var/lib/mysql
- name: config
mountPath: /config
readOnly: true
Expand Down Expand Up @@ -288,6 +294,8 @@ spec:
volumeMounts:
- name: wordpress
mountPath: /srv
- name: demo-redis
mountPath: /var/lib/redis
- name: config
mountPath: /config
readOnly: true
Expand All @@ -297,6 +305,14 @@ spec:
hostPath:
path: /srv
type: DirectoryOrCreate
- name: demo-mysql
hostPath:
path: /var/lib/demo-mysql
type: DirectoryOrCreate
- name: demo-redis
hostPath:
path: /var/lib/demo-redis
type: DirectoryOrCreate
- name: config
secret:
secretName: secrets

0 comments on commit c311dff

Please sign in to comment.