Files
infrastructure/helm-webapp/values.yaml
2025-09-29 20:09:03 +02:00

12 lines
187 B
YAML

appName: myhelmapp
port: 80
configmap:
name: myhelmapp-configmap-v1
data:
CUSTOM_HEADER: 'This app was deployed with helm!'
image:
name: devopsjourney1/mywebapp
tag: latest