Skip to content

Commit 1e29e9e

Browse files
akurinnoythepetk
andauthored
Update stacks/java-websphereliberty/devfile.yaml (#343)
* Update devfile.yaml chore: protocol http -> http*s* Signed-off-by: Oleksii Kurinnyi <[email protected]> * Update stacks/java-websphereliberty/devfile.yaml Co-authored-by: Theofanis Petkos <[email protected]> Signed-off-by: Oleksii Kurinnyi <[email protected]> * fixup! Update devfile.yaml Signed-off-by: Oleksii Kurinnyi <[email protected]> * fixup! fixup! Update devfile.yaml Signed-off-by: Oleksii Kurinnyi <[email protected]> --------- Signed-off-by: Oleksii Kurinnyi <[email protected]> Co-authored-by: Theofanis Petkos <[email protected]>
1 parent 25d9cef commit 1e29e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stacks/java-websphereliberty/devfile.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
schemaVersion: 2.1.0
18+
schemaVersion: 2.2.2
1919
metadata:
2020
name: java-websphereliberty
2121
displayName: WebSphere Liberty Maven
@@ -31,7 +31,7 @@ metadata:
3131
- s390x
3232
language: Java
3333
projectType: WebSphere Liberty
34-
version: 0.9.0
34+
version: 0.10.0
3535
alpha.build-dockerfile: https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.1/Dockerfile
3636
alpha.deployment-manifest: https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-maven-0.8.1/app-deploy.yaml
3737
starterProjects:
@@ -55,9 +55,9 @@ components:
5555
endpoints:
5656
- exposure: public
5757
path: /
58-
name: http-websphere
58+
name: https-websphere
5959
targetPort: 9080
60-
protocol: http
60+
protocol: https
6161
- exposure: none
6262
name: debug
6363
targetPort: 5858

0 commit comments

Comments
 (0)