https://github.com/YOU54F/pact-broker-openshift
Pact Broker hosted on Render with PostGres & BasicAuth
https://github.com/YOU54F/pact-broker-openshift
free-tier pact pact-broker pactbroker postgres render template
Last synced: 5 months ago
JSON representation
Pact Broker hosted on Render with PostGres & BasicAuth
- Host: GitHub
- URL: https://github.com/YOU54F/pact-broker-openshift
- Owner: YOU54F
- License: mit
- Created: 2019-03-24T20:44:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T21:24:19.000Z (about 3 years ago)
- Last Synced: 2024-10-11T22:55:14.248Z (over 1 year ago)
- Topics: free-tier, pact, pact-broker, pactbroker, postgres, render, template
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pact-broker-openshift-local
# Example of Pact Broker configuration on OpenShift Local
Pre Requisities
- RedHat Account https://redhat.com/
## Setup with OpenShift Local
Setup OpenShift Local
Visit https://console.redhat.com/openshift/create/local and copy pull secret
```sh
crc setup
crc start
# paste pull secret when prompted
oc login -u kubeadmin -p
```
Run the app
```sh
oc new-app https://github.com/YOU54F/pact-broker-openshift
oc expose service/pact-broker-openshift
oc status
```
Visit http://pact-broker-openshift-default.apps-crc.testing to view your newly created Pact Broker pod.