Skip to content

Commit

Permalink
Update java-openliberty-gradle devfile (#350)
Browse files Browse the repository at this point in the history
* Update java-openliberty-gradle devfile

Signed-off-by: dkwon17 <dakwon@redhat.com>

* Update endpoint name and devfile version

Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
Signed-off-by: dkwon17 <dakwon@redhat.com>

---------

Signed-off-by: dkwon17 <dakwon@redhat.com>
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
dkwon17 and thepetk authored Apr 23, 2024
1 parent b0f6847 commit 0c8ac5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stacks/java-openliberty-gradle/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

schemaVersion: 2.1.0
schemaVersion: 2.2.2
metadata:
name: java-openliberty-gradle
displayName: Open Liberty Gradle
Expand All @@ -30,7 +30,7 @@ metadata:
- s390x
projectType: Open Liberty
language: Java
version: 0.4.0
version: 0.5.0
alpha.build-dockerfile: https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/Dockerfile
alpha.deployment-manifest: https://github.com/OpenLiberty/devfile-stack/releases/download/open-liberty-gradle-0.3.1/app-deploy.yaml
starterProjects:
Expand All @@ -52,9 +52,9 @@ components:
endpoints:
- exposure: public
path: /
name: http-gradle
name: https-gradle
targetPort: 9080
protocol: http
protocol: https
- exposure: none
name: debug
targetPort: 5858
Expand Down

0 comments on commit 0c8ac5e

Please sign in to comment.