Skip to content

Commit

Permalink
Merge pull request #227 from Mirantis/update-prod
Browse files Browse the repository at this point in the history
Update producation to latest stable
  • Loading branch information
tomkukral authored Feb 21, 2018
2 parents bd77cea + 109febe commit 2485958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RATIONALE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ KQueen supplies the backend API for provider-agnostic cluster management. It ena
3. The provisioner returns the Kubernetes kubeconfig and API endpoint. This config is stored in the KQueen backend (etcd).
4. KQueen manages, operates, monitors, and audits the Kubernetes clusters. It reads all information from the API and displays it as a simple overview visualization. KQueen can also be extended by adding other audit components.

![kqueen workflow](https://github.com/Mirantis/kqueen/raw/readme/workflow.png "KQueen Workflow")
![kqueen workflow](workflow.png)

### Required actions - MVP

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
volumes:
- /mnt/storage/kqueen/etcd/:/0.etcd/
api:
image: kqueen/api:v0.15
image: kqueen/api:v0.18
restart: always
environment:
KQUEEN_CONFIG_FILE: config/prod.py
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
depends_on:
- ui
ui:
image: kqueen/ui:v0.3
image: kqueen/ui:v0.8
environment:
KQUEENUI_PREFERRED_URL_SCHEME: https
KQUEEN_UI_CONFIG_FILE: config/prod.py
Expand Down

0 comments on commit 2485958

Please sign in to comment.