feat: use service labels to identify service that needs to be annotated

This commit is contained in:
2025-01-12 15:59:34 +05:30
parent 1d5ce487a6
commit 4b23c6bcd9
3 changed files with 26 additions and 65 deletions

View File

@@ -6,7 +6,6 @@ RUN pip install kubernetes kubernetes_asyncio PyYAML
# Copy the controller script into the container
COPY node_external_ip_controller_async.py /app/node_external_ip_controller.py
COPY gateway_services.yaml /app/gateway_services.yaml
# Set the working directory
WORKDIR /app