Created
February 10, 2021 10:56
-
-
Save mancubus77/d89eef09d44cb1e27c7420febd796354 to your computer and use it in GitHub Desktop.
PAM Installation on OCP BC+KIE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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