Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Nginx service for Kubernetes on Wodby

Run Drupal Nginx as a reusable Kubernetes application service with Wodby.

This repository defines the Wodby service manifests and operational configuration for Drupal Nginx.

Wodby stacks using this service

Service entries

Nginx (Drupal 11)

Property Manifest configuration
Service name drupal11-nginx
Type Application service
Inherits from php-nginx with version constraint ^1.0.0
Versions 1.27 or newer; available versions and the default are inherited from php-nginx
Volumes Files
Application build Dockerfile: Dockerfile
Configuration 2 settings, 1 configuration files

Manifest: 11/service.yml

Nginx (Drupal 10)

Property Manifest configuration
Service name drupal10-nginx
Type Application service
Inherits from php-nginx with version constraint ^1.0.0
Volumes Files
Application build Dockerfile: Dockerfile
Configuration 2 settings, 1 configuration files

Manifest: 10/service.yml

Use this service

Use this service through Drupal application stack, or reference drupal10-nginx, drupal11-nginx from a custom Wodby stack.

A service is a reusable component and does not deploy by itself. The stack defines its links, settings, versions, resources, and relationship to the rest of the application.

Maintain a custom version

  1. Fork this repository.
  2. Edit the service manifest and referenced files.
  3. Import the repository as a Git-backed service.
  4. Reference the service from a stack manifest.

Keep service, workload, container, endpoint, link, volume, config, and derivative names stable unless dependent stacks and app-level overrides are updated at the same time.

Validate the manifests with:

wodby service validate-manifest 11/service.yml --org <org-id>
wodby service validate-manifest 10/service.yml --org <org-id>

See the service manifest reference and the managed services index.

Releases

Contributors

Languages