Create custom Service Level Objective

The ServiceLevelObjective custom resource defines a Service Level Objective (SLO) for a specific service.

apiVersion: sre.banzaicloud.io/v1alpha1
kind: ServiceLevelObjective
metadata:
  name: <Name of the SLO>
  namespace: <Namespace of the SLO>
spec:
  description: <Description of the SLO>
  selector:
    name: <Name of the service that the SLO applies to>
    namespace: <Namespace of the service that the SLO applies to>