Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created November 14, 2019 19:51
Show Gist options
  • Select an option

  • Save DuncanDoyle/b0e69c5fba72e64b0fbe365a73cf4ada to your computer and use it in GitHub Desktop.

Select an option

Save DuncanDoyle/b0e69c5fba72e64b0fbe365a73cf4ada to your computer and use it in GitHub Desktop.
apiVersion: app.kiegroup.org/v1alpha1
kind: KogitoApp
metadata:
creationTimestamp: '2019-11-14T19:45:40Z'
generation: 3
name: example-quarkus
namespace: kogito-operator-lab-user1
resourceVersion: '237493'
selfLink: >-
/apis/app.kiegroup.org/v1alpha1/namespaces/kogito-operator-lab-user1/kogitoapps/example-quarkus
uid: 566491a6-0717-11ea-8f6f-1286c384b457
spec:
build:
gitSource:
contextDir: jbpm-quarkus-example
uri: 'https://github.com/kiegroup/kogito-examples'
imageRuntime: {}
imageS2I: {}
resources:
limits:
- resource: cpu
value: 500m
- resource: memory
value: 1Gi
requests:
- resource: cpu
value: 500m
- resource: memory
value: 1Gi
resources: {}
runtime: quarkus
service: {}
status:
conditions:
- lastTransitionTime: '2019-11-14T19:45:40Z'
status: 'True'
type: Provisioning
deployments: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment