Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consider the following minimal example of the CustomResource. The complete API is documented in DpodCloudAgent.

Code Block
apiVersion: integration.ibm.com/v1beta1
kind: DpodCloudAgent
metadata:
  namespace: integration
  name: dpod-cloud-agent-prod
spec:
  discovery:
    namespaces:
      - datapower-gateways-ns
  license:
    accept: true
    license: L-FSNU-4QJUA2
    use: Production
  manager:
    externalHost: dpod-cloud-agent-manager.apps.mycluster.com
    imagePullSecrets:
    - ibm-entitlement-key
  messaging:
    externalHost: dpod-cloud-agent-messaging.mycluster.com
    imagePullSecrets:
    - ibm-entitlement-key
    storage:
      className: app-storage
  syslogIngester:
    imagePullSecrets:
    - ibm-entitlement-key
  httpIngester:
    imagePullSecrets:
    - ibm-entitlement-key 
  version: 1.0.21.0

Validating the Cloud Agent Instance

...