parent
59cc322c18
commit
f9152bd6cb
@ -1,4 +1,5 @@ |
||||
FROM harbor.k-space.ee/k-space/microservice-base |
||||
ADD config /config |
||||
ADD app /app |
||||
WORKDIR /app |
||||
ENTRYPOINT /app/sandbox-dashboard.py |
||||
ENTRYPOINT /app/sandbox-dashboard.py /config/playground.yaml |
||||
|
@ -0,0 +1,18 @@ |
||||
- name: prometheus |
||||
description: "Set up dedicated Prometheus instance for this sandbox" |
||||
default: true |
||||
- name: logging |
||||
description: "Enable logging with shared Logmower instance" |
||||
default: true |
||||
- name: traefik |
||||
description: "Set up dedicated Traefik instance for this sandbox" |
||||
default: false |
||||
- name: harbor_project |
||||
description: "Set up Docker registry push/pull secrets for Skaffold use" |
||||
default: true |
||||
- name: subdomain |
||||
default: false |
||||
description: "Create dedicated subdomain under codemowers.cloud" |
||||
- name: argocd |
||||
description: "Set up separate ArgoCD instance for this namespace" |
||||
default: false |
Loading…
Reference in new issue