diff --git a/services/daq-blueapi/README.md b/services/daq-blueapi/README.md deleted file mode 100644 index dcd376b..0000000 --- a/services/daq-blueapi/README.md +++ /dev/null @@ -1,14 +0,0 @@ -daq-blueapi Helm Chart -===================== - -Installs a blueapi instance. - -Deploy this chart to the cluster by setting up your cluster namespace connection -using environment.sh and then executing the following commands: - -```bash -# lists the latest versions of all services -ec list -# deploy daq-blueapi with specified version -ec deploy daq-blueapi VERSION -``` diff --git a/services/daq-rabbitmq/README.md b/services/daq-rabbitmq/README.md deleted file mode 100644 index 2a4c9eb..0000000 --- a/services/daq-rabbitmq/README.md +++ /dev/null @@ -1,14 +0,0 @@ -daq-rabbitmq Helm Chart -===================== - -Installs a RabbitMQ instance for use a message bus. - -Deploy this chart to the cluster by setting up your cluster namespace connection -using environment.sh and then executing the following commands: - -```bash -# lists the latest versions of all services -ec list -# deploy daq-rabbitmq with specified version -ec deploy daq-rabbitmq VERSION -``` diff --git a/services/daq-blueapi/Chart.yaml b/services/p46-blueapi/Chart.yaml similarity index 79% rename from services/daq-blueapi/Chart.yaml rename to services/p46-blueapi/Chart.yaml index 3c2cb9d..f1bb4fe 100644 --- a/services/daq-blueapi/Chart.yaml +++ b/services/p46-blueapi/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -name: daq-blueapi -description: blueapi +name: p46-blueapi +description: blueapi deployed for p46 with authentication and tracing version: 0.6.2-a3 diff --git a/services/daq-blueapi/values.yaml b/services/p46-blueapi/values.yaml similarity index 100% rename from services/daq-blueapi/values.yaml rename to services/p46-blueapi/values.yaml diff --git a/services/daq-nexus/Chart.yaml b/services/p46-nexus/Chart.yaml similarity index 100% rename from services/daq-nexus/Chart.yaml rename to services/p46-nexus/Chart.yaml diff --git a/services/daq-nexus/values.yaml b/services/p46-nexus/values.yaml similarity index 100% rename from services/daq-nexus/values.yaml rename to services/p46-nexus/values.yaml diff --git a/services/daq-rabbitmq/Chart.yaml b/services/p46-rabbitmq/Chart.yaml similarity index 100% rename from services/daq-rabbitmq/Chart.yaml rename to services/p46-rabbitmq/Chart.yaml diff --git a/services/daq-rabbitmq/templates/rabbitmq.yaml b/services/p46-rabbitmq/templates/rabbitmq.yaml similarity index 100% rename from services/daq-rabbitmq/templates/rabbitmq.yaml rename to services/p46-rabbitmq/templates/rabbitmq.yaml diff --git a/services/daq-rabbitmq/values.yaml b/services/p46-rabbitmq/values.yaml similarity index 100% rename from services/daq-rabbitmq/values.yaml rename to services/p46-rabbitmq/values.yaml