Skip to content

Instantly share code, notes, and snippets.

@jmesnil
Created October 10, 2022 13:47
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/9f7097178f4183518d01c7b7ccf5ff43 to your computer and use it in GitHub Desktop.
Save jmesnil/9f7097178f4183518d01c7b7ccf5ff43 to your computer and use it in GitHub Desktop.
# helm upgrade my-app -f ./helm.yaml ./charts/wildfly
build:
uri: https://github.com/jfdenise/2-phases-s2i
contextDir: application
s2i:
builderImage: jaxrs-builder:latest
builderKind: ImageStreamTag
# helm install jaxrs-builder -f ./builder.yaml ./charts/wildfly
build:
uri: https://github.com/jfdenise/2-phases-s2i
contextDir: server
s2i:
version: latest
builderImage: quay.io/jfdenise/wildfly-s2i-2-phases-jdk11
buildApplication: false
deploy:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment