Skip to content

Instantly share code, notes, and snippets.

@mancubus77
Created February 10, 2021 10:56
Show Gist options
  • Save mancubus77/d89eef09d44cb1e27c7420febd796354 to your computer and use it in GitHub Desktop.
Save mancubus77/d89eef09d44cb1e27c7420febd796354 to your computer and use it in GitHub Desktop.
PAM Installation on OCP BC+KIE
apiVersion: app.kiegroup.org/v2
kind: KieApp
metadata:
name: pam-staging
namespace: pam
spec:
# environment: rhpam-trial
environment: rhpam-authoring
# useImageTags: true
commonConfig:
adminUser: adminUser
adminPassword: RedHat
objects:
console:
env:
- name: WORKBENCH_MAX_METASPACE_SIZE
value: '4096'
- name: GC_MAX_METASPACE_SIZE
value: '4096'
resources:
limits:
memory: 8Gi
servers:
- env:
- name: WORKBENCH_MAX_METASPACE_SIZE
value: "4096"
- name: GC_MAX_METASPACE_SIZE
value: "4096"
database:
type: mysql
size: 1Gi
resources:
# requests:
# memory: 2Gi
limits:
memory: 8Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment