argo-examples/helm-webapp/values.yaml
2023-08-15 11:47:03 -05:00

12 lines
182 B
YAML

appName: myhelmapp
port: 3000
configmap:
name: myhelmapp-configmap-v1
data:
CUSTOM_HEADER: 'This app was deployed with helm!'
image:
name: shujohns/weather
tag: latest