Begin adding chart for wordpress.

This commit is contained in:
2022-11-15 14:26:15 +13:00
parent 344c7b2201
commit 60cac7d380
8 changed files with 158 additions and 0 deletions

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}
labels:
release: {{ .Release.Name }}
data:
uploads.ini: |
file_uploads = On
memory_limit = 64M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 600