This directory contains real-world configuration examples for the drunk-app Helm chart. Each example demonstrates specific use cases and deployment patterns.
Each example includes:
curl -O https://raw.githubusercontent.com/baoduy/drunk.charts/main/docs/examples/simple-web-app.yaml
# Edit the configuration
nano simple-web-app.yaml
helm install my-app drunk-charts/drunk-app -f simple-web-app.yaml
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
Have a great configuration you’d like to share? Please contribute!
See our Development Guide for details on contributing.
These examples are maintained by the community and represent real-world usage patterns.