drunk.charts

Configuration Examples

This directory contains real-world configuration examples for the drunk-app Helm chart. Each example demonstrates specific use cases and deployment patterns.

Example Categories

Basic Deployments

Advanced Configurations

Production Patterns

Integration Examples

Usage

Each example includes:

Using an Example

  1. Copy the example configuration:
    curl -O https://raw.githubusercontent.com/baoduy/drunk.charts/main/docs/examples/simple-web-app.yaml
    
  2. Customize for your environment:
    # Edit the configuration
    nano simple-web-app.yaml
    
  3. Deploy your application:
    helm install my-app drunk-charts/drunk-app -f simple-web-app.yaml
    

Combining Examples

You can combine configurations from multiple examples:

# Use multiple values files
helm install my-app drunk-charts/drunk-app \
  -f base-config.yaml \
  -f security-hardened.yaml \
  -f monitoring.yaml

Contributing Examples

Have a great configuration you’d like to share? Please contribute!

  1. Create a new YAML file with your configuration
  2. Add documentation explaining the use case
  3. Test the configuration thoroughly
  4. Submit a pull request

See our Development Guide for details on contributing.


These examples are maintained by the community and represent real-world usage patterns.