Skip to content

ubergoober/pgodemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgodemo

Useful Links

JMeter: https://jmeter.apache.org/download_jmeter.cgi Crunchy Operator 5.0 Preview Doc: https://pgo5-docs-preview.crunchydata.com/quickstart/

Install ArgoCD

oc create namespace argocd oc apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml oc patch svc argocd-server -n argocd -p '{"spec": {"type": "LoadBalancer"}}' oc get secret -n argocd argocd-initial-admin-secret --template={{.data.password}} | base64 -d

If not running on OpenShift or environment that does not have a load balancer: kc patch svc argocd-server -n argocd -p '{"spec": {"type": "NodePort"}}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published