Summit 2023 - GitOps Workshop Guide

Local development

podman build -t localhost/summit-2023-lab-guide .
podman run --rm --name guides -d -p 4000:8080 localhost/summit-2023-lab-guide

Deploy to OpenShift

oc new-app https://github.com/evanshortiss/rht-summit-2023-lab-guide --strategy=docker
oc create route edge rht-summit-2023-lab-guide --service=rht-summit-2023-lab-guide
# To rebuild after changes pushed to git
oc start-build rht-summit-2023-lab-guide --follow