Skip to content

Commit 0c8ac5e

Browse files
dkwon17thepetk
andauthored
Update java-openliberty-gradle devfile (#350)
* Update java-openliberty-gradle devfile Signed-off-by: dkwon17 <[email protected]> * Update endpoint name and devfile version Co-authored-by: Theofanis Petkos <[email protected]> Signed-off-by: dkwon17 <[email protected]> --------- Signed-off-by: dkwon17 <[email protected]> Co-authored-by: Theofanis Petkos <[email protected]>
1 parent b0f6847 commit 0c8ac5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stacks/java-openliberty-gradle/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-openliberty-gradle
2121
displayName: Open Liberty Gradle
@@ -30,7 +30,7 @@ metadata:
3030
- s390x
3131
projectType: Open Liberty
3232
language: Java
33-
version: 0.4.0
33+
version: 0.5.0
3434
alpha.build-dockerfile: https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/Dockerfile
3535
alpha.deployment-manifest: https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/app-deploy.yaml
3636
starterProjects:
@@ -52,9 +52,9 @@ components:
5252
endpoints:
5353
- exposure: public
5454
path: /
55-
name: http-gradle
55+
name: https-gradle
5656
targetPort: 9080
57-
protocol: http
57+
protocol: https
5858
- exposure: none
5959
name: debug
6060
targetPort: 5858

0 commit comments

Comments
 (0)