Using KEDA autoscaler with groundcover
Preparing to query the groundcover Prometheus datasource
Setting up KEDA authentication with groundcover
Defining the Secret object
apiVersion: v1
kind: Secret
metadata:
name: groundcover-ds-api-key-header
namespace: keda
stringData:
headerName: apikey
headerValue: <ds-api-key> # API key generated for querying the datasourcesDefining the ClusterTriggerAuthentication object
Defining the auto-scaled object
Last updated
