diff --git a/Dockerfile b/container/dockerfiles/Dockerfile similarity index 92% rename from Dockerfile rename to container/dockerfiles/Dockerfile index f1435733..d8a3d158 100644 --- a/Dockerfile +++ b/container/dockerfiles/Dockerfile @@ -22,8 +22,8 @@ RUN apk add --no-cache --virtual .build-deps \ ENV AGENT_HOME /opt/agent/ WORKDIR /tmp -COPY ./docker-depends/config.yaml $AGENT_HOME -COPY ./docker-depends/jmx_prometheus_javaagent-0.14.0.jar $AGENT_HOME +COPY docker-depends/config.yaml $AGENT_HOME +COPY docker-depends/jmx_prometheus_javaagent-0.14.0.jar $AGENT_HOME ENV JAVA_AGENT="-javaagent:$AGENT_HOME/jmx_prometheus_javaagent-0.14.0.jar=9999:$AGENT_HOME/config.yaml" diff --git a/docker-depends/config.yaml b/container/dockerfiles/docker-depends/config.yaml similarity index 100% rename from docker-depends/config.yaml rename to container/dockerfiles/docker-depends/config.yaml diff --git a/charts/didi-km/.helmignore b/container/helm/.helmignore similarity index 100% rename from charts/didi-km/.helmignore rename to container/helm/.helmignore diff --git a/charts/didi-km/Chart.yaml b/container/helm/Chart.yaml similarity index 100% rename from charts/didi-km/Chart.yaml rename to container/helm/Chart.yaml diff --git a/charts/didi-km/templates/NOTES.txt b/container/helm/templates/NOTES.txt similarity index 100% rename from charts/didi-km/templates/NOTES.txt rename to container/helm/templates/NOTES.txt diff --git a/charts/didi-km/templates/_helpers.tpl b/container/helm/templates/_helpers.tpl similarity index 100% rename from charts/didi-km/templates/_helpers.tpl rename to container/helm/templates/_helpers.tpl diff --git a/charts/didi-km/templates/configmap.yaml b/container/helm/templates/configmap.yaml similarity index 100% rename from charts/didi-km/templates/configmap.yaml rename to container/helm/templates/configmap.yaml diff --git a/charts/didi-km/templates/deployment.yaml b/container/helm/templates/deployment.yaml similarity index 100% rename from charts/didi-km/templates/deployment.yaml rename to container/helm/templates/deployment.yaml diff --git a/charts/didi-km/templates/hpa.yaml b/container/helm/templates/hpa.yaml similarity index 100% rename from charts/didi-km/templates/hpa.yaml rename to container/helm/templates/hpa.yaml diff --git a/charts/didi-km/templates/ingress.yaml b/container/helm/templates/ingress.yaml similarity index 100% rename from charts/didi-km/templates/ingress.yaml rename to container/helm/templates/ingress.yaml diff --git a/charts/didi-km/templates/service.yaml b/container/helm/templates/service.yaml similarity index 100% rename from charts/didi-km/templates/service.yaml rename to container/helm/templates/service.yaml diff --git a/charts/didi-km/templates/serviceaccount.yaml b/container/helm/templates/serviceaccount.yaml similarity index 100% rename from charts/didi-km/templates/serviceaccount.yaml rename to container/helm/templates/serviceaccount.yaml diff --git a/charts/didi-km/templates/tests/test-connection.yaml b/container/helm/templates/tests/test-connection.yaml similarity index 100% rename from charts/didi-km/templates/tests/test-connection.yaml rename to container/helm/templates/tests/test-connection.yaml diff --git a/charts/didi-km/values.yaml b/container/helm/values.yaml similarity index 100% rename from charts/didi-km/values.yaml rename to container/helm/values.yaml diff --git a/docker-depends/jmx_prometheus_javaagent-0.14.0.jar b/docker-depends/jmx_prometheus_javaagent-0.14.0.jar deleted file mode 100644 index 54b633bf..00000000 Binary files a/docker-depends/jmx_prometheus_javaagent-0.14.0.jar and /dev/null differ