https://github.com/you54f/pact-broker-openshift
Pact Broker running on OpenShift Local
https://github.com/you54f/pact-broker-openshift
free-tier pact pact-broker pactbroker postgres render template
Last synced: 4 months ago
JSON representation
Pact Broker running on OpenShift Local
- 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: 2025-07-25T23:52:52.000Z (11 months ago)
- Last Synced: 2026-02-23T19:26:10.655Z (4 months ago)
- Topics: free-tier, pact, pact-broker, pactbroker, postgres, render, template
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 0
- 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.