2024-04-29 10:44:17 +00:00
|
|
|
image:
|
|
|
|
repository: bitnami/wordpress
|
|
|
|
pullPolicy: IfNotPresent
|
2024-05-21 00:51:10 +00:00
|
|
|
tag: 6.5.3@sha256:d93c09c39237c63cdae4936c77c6c1ace62cfc595823ba164f22de48076f231a
|
2024-04-29 10:44:17 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
envFrom:
|
|
|
|
- configMapRef:
|
|
|
|
name: env-config
|
|
|
|
- secretRef:
|
|
|
|
name: env-secret
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
startup:
|
|
|
|
enabled: true
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
wordpress:
|
|
|
|
user: user
|
|
|
|
pass: bitnami
|
|
|
|
email: user@example.com
|
|
|
|
first_name: TrueCharts
|
|
|
|
last_name: TrueCharts
|
|
|
|
blog_name: Truecharts Blog
|
|
|
|
enable_reverse_proxy_headers: true
|
|
|
|
smtp:
|
|
|
|
enabled: false
|
|
|
|
host: ""
|
|
|
|
port: 587
|
|
|
|
user: ""
|
|
|
|
pass: ""
|
|
|
|
php-config:
|
|
|
|
PHP_ENABLE_OPCACHE: "yes"
|
|
|
|
PHP_EXPOSE_PHP: ""
|
|
|
|
PHP_MAX_EXECUTION_TIME: ""
|
|
|
|
PHP_MAX_INPUT_TIME: ""
|
|
|
|
PHP_MAX_INPUT_VARS: ""
|
|
|
|
PHP_MEMORY_LIMIT: 512M
|
|
|
|
PHP_POST_MAX_SIZE: ""
|
|
|
|
PHP_UPLOAD_MAX_FILESIZE: ""
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
port: 10591
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /bitnami/wordpress
|
|
|
|
mariadb:
|
|
|
|
enabled: true
|
|
|
|
includeCommon: true
|
|
|
|
mariadbUsername: wordpress
|
|
|
|
mariadbDatabase: wordpress
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|