Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).