apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: podinfo namespace: podinfo spec: chart: spec: version: ">=1.0.0" values: replicaCount: 1 hpa: enabled: true maxReplicas: 5 ingress: hosts: - host: podinfo.production paths: - path: / pathType: ImplementationSpecific