Some checks failed
/ build-and-deploy (push) Failing after 51s
- 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.
27 lines
375 B
YAML
27 lines
375 B
YAML
name: blog
|
|
proxy:
|
|
appserver_nginx:
|
|
- blog.hvgdev.website
|
|
mailhog:
|
|
- mailhog.hvgdev.website
|
|
recipe: wordpress
|
|
config:
|
|
php: "8.3"
|
|
via: nginx
|
|
database: mariadb
|
|
webroot: web
|
|
xdebug: false
|
|
config:
|
|
php: config/php.ini
|
|
vhosts: config/lando.conf.tpl
|
|
|
|
services:
|
|
mailhog:
|
|
type: mailhog
|
|
|
|
tooling:
|
|
tar:
|
|
service: appserver
|
|
cmd:
|
|
- tar
|