Created
February 10, 2021 10:54
-
-
Save mancubus77/9bce51452f1267769e71d70fe03a08da to your computer and use it in GitHub Desktop.
PAM Immutable Deployment
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: insurance | |
spec: | |
environment: rhdm-production-immutable | |
upgrades: | |
enabled: true | |
commonConfig: | |
adminUser: userAdmin | |
adminPassword: RedHat | |
objects: | |
servers: | |
- id: exec-srv | |
name: rule-server | |
deployments: 1 | |
env: | |
- name: MAVEN_REPO_URL | |
value: 'http://nexus-rhdm.apps-crc.testing/repository/corp/' | |
- name: MAVEN_REPO_ID | |
value: kjar-repo | |
- name: MAVEN_REPO_USERNAME | |
value: ajhajj | |
- name: MAVEN_REPO_PASSWORD | |
value: test123 | |
- name: KIE_SERVER_CONTAINER_DEPLOYMENT | |
value: 'test=com.myspace:Insurance:1.0.0-SNAPSHOT' | |
resources: | |
requests: | |
memory: 2Gi | |
limits: | |
memory: 2Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment