Skip to content

BackendSet Sample

This page is generated from the checked-in sample manifest at config/samples/loadbalancer_v1beta1_backendset.yaml.

Field Value
Resource loadbalancer/BackendSet
API Version loadbalancer.oracle.com/v1beta1
Source Path config/samples/loadbalancer_v1beta1_backendset.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

apiVersion: loadbalancer.oracle.com/v1beta1
kind: BackendSet
metadata:
  name: backendset-sample
spec:
  loadBalancerId: ocid1.loadbalancer.oc1..<unique_ID>
  name: example_backend_set
  policy: ROUND_ROBIN
  healthChecker:
    protocol: HTTP
    urlPath: /healthz
    port: 8080
    returnCode: 200