Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

[Archived] Simple example showing Springboot Fuse app deployed via Helm

License

Notifications You must be signed in to change notification settings

garethahealy/fuse-helm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4ea095 · Oct 11, 2021

History

1 Commit
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021
Oct 11, 2021

Repository files navigation

fuse-helm-example

build locally

mvn clean install
podman build . -t fuse-helm-example:v1
podman run fuse-helm-example:v1

deploy to OCP

oc import-image registry.redhat.io/fuse7/fuse-java-openshift-jdk11-rhel8:1.9 --confirm
helm template --release-name v1 . | oc apply -f -
oc start-build v1-ej-fuse --follow
oc rollout status deployment/v1-ej-fuse --watch=true

About

[Archived] Simple example showing Springboot Fuse app deployed via Helm

Resources

License

Stars

Watchers

Forks