Helm "simple" example
Scenario
Deploy a minimal HTTP service using helm/simple.
Values
name: demo-api
image:
repository: ghcr.io/meow-developer/iron-demo-api
tag: v0.1.0
type: http
replicaCount: 1
Command
Expected result
Deployment/demo-apibecomes Ready.Service/demo-apiis created.
Next: Getting Started · Reference · Changelog · Support