argo-examples/weather-webapp/values.yaml
2023-08-16 10:27:09 -05:00

12 lines
184 B
YAML

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