-
Notifications
You must be signed in to change notification settings - Fork 1
Add kustomization configuration for a px cli demo #1
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
Changes from all commits
c511568
f438753
7d7e311
9cd8783
ee0bf2e
941475f
8fbc597
92f547c
f03280e
e31dad7
2083255
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| --- | ||
| version: "3.8" | ||
| services: | ||
|
|
||
|
|
@@ -25,6 +26,7 @@ services: | |
| - 9966:9966 | ||
| - 9967:9967 | ||
| environment: | ||
| CASSANDRA_USE_ASTRA: "false" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I tried to keep all of our edits in the |
||
| LISTENING_PORT: 9966 | ||
| MONITORING_ENABLED: "true" | ||
| MONITORING_PROMETHEUS: "true" | ||
|
|
@@ -89,4 +91,3 @@ services: | |
| container_name: prometheus-server | ||
| ports: | ||
| - 9091:9090 | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ## Build instructions | ||
|
|
||
| * The kubernetes manifests (with the exception of the `kubernetes/k8ssandra` directory) are created through kompose by converting the docker-compose file. | ||
| ```bash | ||
| cd kubernetes | ||
| kompose convert -f ../docker-compose.yml | ||
| ``` |
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 made this change upstream as well spring-petclinic#15