-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add nats deployment example #345
Conversation
# oCIS with NATS deployment example | ||
|
||
## Introduction | ||
|
||
This example shows how to deploy NATS with NATS as message bus and store. | ||
It will deploy an oCIS instance and NATS, preconfigured to work together. | ||
|
||
***Note***: This example is not intended for production use. It is intended to get a working oCIS | ||
with NATS running in Kubernetes as quickly as possible. It is not hardened in any way. | ||
|
||
## Getting started |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# oCIS with NATS deployment example | |
## Introduction | |
This example shows how to deploy NATS with NATS as message bus and store. | |
It will deploy an oCIS instance and NATS, preconfigured to work together. | |
***Note***: This example is not intended for production use. It is intended to get a working oCIS | |
with NATS running in Kubernetes as quickly as possible. It is not hardened in any way. | |
## Getting started | |
# oCIS with NATS Deployment Example | |
## Introduction | |
This example shows how to deploy NATS with NATS as message bus and store. | |
It will deploy an oCIS instance and NATS, preconfigured to work together. | |
***Note***: This example is not intended for production use and is not hardened in any way. It is intended as template to get a working oCIS instance running with NATS in Kubernetes as quickly as possible. | |
## Getting started |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do this in a subsequent PR, because this feedback can be applied to all deployment examples. Tracker ticket, so it doesn't get lost: #354
### End result | ||
|
||
After following the steps in this guide, you should be able to access the following endpoint, you | ||
may want to add these to your `/etc/hosts` file pointing to your ingress controller IP: | ||
|
||
- https://ocis.kube.owncloud.test | ||
|
||
Note that if you want to use your own hostname and domain, you will have to change the `externalDomain` value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### End result | |
After following the steps in this guide, you should be able to access the following endpoint, you | |
may want to add these to your `/etc/hosts` file pointing to your ingress controller IP: | |
- https://ocis.kube.owncloud.test | |
Note that if you want to use your own hostname and domain, you will have to change the `externalDomain` value. | |
### Final Result | |
After following the steps in this guide, you should be able to access the following endpoint which you may want to add to your `/etc/hosts` file pointing to your ingress controller IP: | |
- https://ocis.kube.owncloud.test | |
Note that if you want to use your own hostname and domain, you will have to change the `externalDomain` value. |
...should be able to access the following endpoint...
but where is the endpoint mentioned?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The endpoint is the the url down below, so https://ocis.kube.owncloud.test
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THX, will adapt the suggestion - done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do this in a subsequent PR, because this feedback can be applied to all deployment examples. Tracker ticket, so it doesn't get lost: #354
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### End result | ||
|
||
After following the steps in this guide, you should be able to access the following endpoint, you | ||
may want to add these to your `/etc/hosts` file pointing to your ingress controller IP: | ||
|
||
- https://ocis.kube.owncloud.test | ||
|
||
Note that if you want to use your own hostname and domain, you will have to change the `externalDomain` value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The endpoint is the the url down below, so https://ocis.kube.owncloud.test
.
Description
add a deployment example on how to deploy oCIS with an external NATS
NOTE: it's currently affected by #322
Related Issue
Motivation and Context
have a working / development / debug example
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
make docs
) and committed