Created
October 10, 2022 13:47
-
-
Save jmesnil/9f7097178f4183518d01c7b7ccf5ff43 to your computer and use it in GitHub Desktop.
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
# 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 |
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
# 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