~ FIX Fix Helm templates and update values for WordPress deployment \

- Corrected spacing in Helm template syntax for deployment and service manifests.  - Updated container port to use environment variable in deployment manifest.  - Modified ingress manifest to use environment variable for service port.  - Changed image tag in values.yaml from 'dev' to 'main'.  - Updated environment variables in values.yaml for production settings.  - Refined dev-application.yaml to include necessary parameters for deployment.
This commit is contained in:
felegy
2026-01-16 09:34:31 +00:00
parent 6423c3fd3f
commit 8145686f79
5 changed files with 86 additions and 64 deletions

View File

@@ -1,11 +1,12 @@
name: blog
proxy:
appserver_nginx:
- blog.hvgdev.website
- blog.hvgdev.website
mailhog:
- mailhog.hvgdev.website
recipe: wordpress
config:
php: '8.3'
php: "8.3"
via: nginx
database: mariadb:11.8
webroot: web