Skip to content

Instantly share code, notes, and snippets.

@randyphoa
Created July 15, 2022 01:26
Show Gist options
  • Save randyphoa/6484e9aa55ba22d7d1a04c14a85b2b7e to your computer and use it in GitHub Desktop.
Save randyphoa/6484e9aa55ba22d7d1a04c14a85b2b7e to your computer and use it in GitHub Desktop.
Cloud Pak for Data services deployment file
apiVersion: databases.cpd.ibm.com/v1
kind: Db2oltpService
metadata:
name: db2oltp-cr
namespace: cpd
spec:
license:
accept: true
license: Standard
---
apiVersion: wml.cpd.ibm.com/v1beta1
kind: WmlBase
metadata:
name: wml-cr
namespace: cpd
labels:
app.kubernetes.io/instance: wml-cr
app.kubernetes.io/managed-by: ibm-cpd-wml-operator
app.kubernetes.io/name: ibm-cpd-wml-operator
spec:
ignoreForMaintenance: false
scaleConfig: small
license:
accept: true
license: Enterprise
version: 4.0.9
storageClass: ibmc-file-gold-gid
---
apiVersion: wos.cpd.ibm.com/v1
kind: WOService
metadata:
name: aiopenscale
namespace: cpd
spec:
scaleConfig: small
license:
accept: true
license: Enterprise
version: 4.0.9
type: service
storageClass: ibmc-file-gold-gid
---
apiVersion: rstudio.cpd.ibm.com/v1beta1
kind: RStudioAddon
metadata:
name: rstudio-cr
namespace: cpd
spec:
license:
accept: true
license: Enterprise
version: 4.0.9
---
apiVersion: cde.cpd.ibm.com/v1
kind: CdeProxyService
metadata:
name: cdeproxyservice-cr
namespace: cpd
spec:
license:
accept: true
license: Enterprise
version: 4.0.9
storageVendor: ibmc-file-gold-gid
---
apiVersion: ws.cpd.ibm.com/v1beta1
kind: WS
metadata:
name: ws-cr
namespace: cpd
spec:
license:
accept: true
license: Enterprise
version: 4.0.9
storageClass: ibmc-file-gold-gid
# ---
# apiVersion: wkc.cpd.ibm.com/v1beta1
# kind: WKC
# metadata:
# name: wkc-cr
# namespace: cpd
# spec:
# license:
# accept: true
# license: Enterprise
# version: 4.0.9
# storageClass: ibmc-file-gold-gid
# wkc_db2u_set_kernel_params: True
# iis_db2u_set_kernel_params: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment