12 lines
182 B
YAML
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 |