gcloud-lab/infrastructure/controllers/base/keda/release-http-add-on.yaml
2026-04-20 03:36:34 +00:00

21 lines
406 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: keda-http-add-on
namespace: keda
spec:
interval: 1h
chart:
spec:
chart: keda-add-ons-http
version: ">= 0.8.0"
sourceRef:
kind: HelmRepository
name: kedacore
install:
createNamespace: true
crds: CreateReplace
upgrade:
crds: CreateReplace
dependsOn:
- name: keda