Files
truecharts/charts/stable/wordpress/values.yaml
StevenMcElligott 80169377ff fix(Wordpress): Fix Wordpress Probes (#18256)
**Description**

Should fix issues with probes and maintains HTTP probes

⚒️ Fixes  #18255

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2024-02-21 18:04:29 +01:00

72 lines
1.5 KiB
YAML

image:
repository: bitnami/wordpress
pullPolicy: IfNotPresent
tag: 6.4.3@sha256:83386e4ab0d78848206bfbb70da1a0f9a39413b1b9912c587d0158b30b9377a0
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: 10591
readiness:
enabled: true
type: tcp
port: 10591
startup:
enabled: true
type: tcp
port: 10591
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
mariadbUsername: wordpress
mariadbDatabase: wordpress
portal:
open:
enabled: true