Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonin/artemis-kubernetes
A test project for deploying a trivial activemq-artemis application on Kubernetes using Helm
https://github.com/carbonin/artemis-kubernetes
activemq-artemis containers helm kubernetes
Last synced: 23 days ago
JSON representation
A test project for deploying a trivial activemq-artemis application on Kubernetes using Helm
- Host: GitHub
- URL: https://github.com/carbonin/artemis-kubernetes
- Owner: carbonin
- License: mit
- Created: 2018-02-14T14:14:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T22:25:22.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T21:20:47.484Z (about 1 month ago)
- Topics: activemq-artemis, containers, helm, kubernetes
- Language: Smarty
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artemis-kubernetes
A test project for deploying a trivial activemq-artemis application on Kubernetes using Helm## Directory structure
### activemq-artemis
Contains the Helm chart for a simple artemis server instance with a service.
It keeps the artemis user and password in a secret and allows them to be initialized using values.It uses the image created for the [artemis-openshift-example project](https://github.com/carbonin/artemis-openshift-example/tree/master/images/artemis).
This image is available on dockerhub [here](https://hub.docker.com/r/carbonin/manageiq-artemis/).