Skip to content

Instantly share code, notes, and snippets.

@mancubus77
Created February 10, 2021 10:54
Show Gist options
  • Save mancubus77/9bce51452f1267769e71d70fe03a08da to your computer and use it in GitHub Desktop.
Save mancubus77/9bce51452f1267769e71d70fe03a08da to your computer and use it in GitHub Desktop.
PAM Immutable Deployment
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