Skip to content

Instantly share code, notes, and snippets.

@jmesnil
Last active August 24, 2021 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmesnil/39f1dd9ce1d81d36b417e4c98c10f2d8 to your computer and use it in GitHub Desktop.
Save jmesnil/39f1dd9ce1d81d36b417e4c98c10f2d8 to your computer and use it in GitHub Desktop.
reactive-messaging-qs
build:
uri: https://github.com/kabir/quickstart.git
ref: WFLY-14800-reactive-features
contextDir: microprofile-reactive-messaging-kafka
s2i:
version: latest
builderImage: quay.io/kabirk/reactive-features
galleonLayers:
- cloud-server
- h2-default-datasource
- microprofile-reactive-messaging-kafka
env:
- name: MAVEN_OPTS
value: -XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=256m
deploy:
replicas: 1
env:
- name: QS_USE_RHOSAK
value: "1"
- name: GC_MAX_METASPACE_SIZE
value: "256"
- name: GC_METASPACE_SIZE
value: "96"
volumeMounts:
- name: reactive-messaging-properties
mountPath: /etc/config/reactive-messaging-properties
volumes:
- name: reactive-messaging-properties
configMap:
name: reactive-messaging-properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment