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

Add Minishift Deployment Guide #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tomjackman
Copy link
Contributor

Ping @wei-lee

Added a separate guide for running the applications using Minishift. The JSON config file and the script have slight modifications to the Openshift ones.

I'm not sure if its possible to specify an address for minishift to start up on, this might save time doing some of the manual config updates. I didn't see anything in the docs here about starting on a designated address - https://docs.openshift.org/latest/minishift/command-ref/minishift_start.html

I have tested 3 or 4 times of a full run through and it's working fine & stable from my side.

}
},
"spec": {
"host": "keycloak.192.168.42.115.nip.io",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use parameters to allow users to specify the suffix part.

}
},
"spec": {
"host": "api.192.168.42.115.nip.io",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

},
{
"name": "KEYCLOAK_URL",
"value": "https://keycloak.192.168.42.115.nip.io:8080/auth"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants