Skip to content
Snippets Groups Projects
Commit 50f04c55 authored by osm_user's avatar osm_user
Browse files

Add Keda OKA


Signed-off-by: default avatarosm_user <osm_user@mydomain.com>
parent f8123672
Branches poc-osm-ltv
No related tags found
No related merge requests found
Pipeline #16704 failed with stage
in 26 seconds
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: keda
namespace: keda
spec:
chart:
spec:
chart: keda
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: keda-core
namespace: keda
install:
createNamespace: true
interval: 30s
releaseName: keda
targetNamespace: keda
\ No newline at end of file
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: keda-core
namespace: keda
spec:
interval: 30s
url: https://kedacore.github.io/charts
\ No newline at end of file
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: keda
namespace: keda
spec:
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: sw-catalogs
namespace: flux-system
path: ./infra-controllers/keda/controller/manifests
prune: true
\ No newline at end of file
apiVersion: v1
kind: Namespace
metadata:
name: keda
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment