Production profile (HA) configuration
You can deploy a production profile for production level workloads. The production profile configures three replicas of the underlying services and makes the operator highly available (HA) in the Red Hat® OpenShift® cluster.
For more information about sizing the production profile, see Sizing requirements.
Deploy the following configuration to create a high availability production profile of WebSphere Automation that includes both server health and security monitoring components.
apiVersion: automation.websphere.ibm.com/v1
kind: WebSphereAutomation
metadata:
name: wsa
spec:
license:
accept: true
---
apiVersion: automation.websphere.ibm.com/v1
kind: WebSphereSecure
metadata:
name: wsa-secure
spec:
license:
accept: true
---
apiVersion: automation.websphere.ibm.com/v1
kind: WebSphereHealth
metadata:
name: wsa-health
spec:
license:
accept: trueTo deploy a production profile that includes security monitoring only, omit the
WebSphereHealth portion from the configuration.