Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

evanshortiss/rht-summit-2023-lab-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Archived) Summit 2023 - GitOps Workshop Guide

Please use the new copy of this repository at: https://github.com/redhat-scholars/summit-2023-gitops-lab-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