Skip to content

Commit

Permalink
K8s - RabbitMQ - Add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani committed Jan 14, 2025
1 parent 5094a60 commit fda7f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions k8s/rabbitmq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHART_NAME := rabbitmq
APP_ID ?= $(CHART_NAME)

TRACK ?= 3.13
SERVICE_NAME := services/95b23cea-d381-42ec-8459-27ede8f4fd5a.cloudpartnerservices.goog

METRICS_EXPORTER_TAG ?= v0.9.0

Expand Down
5 changes: 2 additions & 3 deletions k8s/rabbitmq/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.5
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.8

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
gettext \
python3 \
wget \
&& rm -rf /var/lib/apt/lists/*

RUN wget -q -O /bin/kubectl \
RUN curl -L -o /bin/kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/linux/amd64/kubectl \
&& chmod 755 /bin/kubectl

Expand Down

0 comments on commit fda7f77

Please sign in to comment.