replicas

Description

The replicas property is an integer that directly sets the replicas field on the StatefulSet of DataPower pods. This property sets the number of DataPower pods you wish to deploy.

Example

apiVersion: datapower.ibm.com/v1beta1
kind: DataPowerService
metadata:
  name: example
spec:
  replicas: 3
  ...