-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from fabiobrz/separate-eap8-wildfly-helm-charts
[issue 123] - Implement WildFly/EAP 8 Helm Charts provisioning differentiation
- Loading branch information
Showing
18 changed files
with
2,665 additions
and
110 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
22 changes: 22 additions & 0 deletions
22
...c/test/resources/org/jboss/intersmash/testsuite/provision/openshift/eap8-helm-values.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
build: | ||
enabled: true | ||
mode: "s2i" | ||
# uri and ref will be specified via Helm --set arguments | ||
contextDir: "deployments/openshift-jakarta-sample-standalone" | ||
env: | ||
- name: "MAVEN_ARGS_APPEND" | ||
value: "-Denforcer.skip=true -Pwildfly-deployments-build.eap" | ||
s2i: | ||
kind: "DockerImage" | ||
buildApplicationImage: true | ||
# builderImage and runtimeImage will be specified via Helm --set arguments | ||
deploy: | ||
enabled: true | ||
replicas: 1 | ||
env: [] | ||
envFrom: [] | ||
volumeMounts: [] | ||
volumes: [] | ||
initContainers: [] | ||
extraContainers: [] | ||
'imagePullSecrets:': [] |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.