add async suppor to enable updating ip for new service

This commit is contained in:
2024-11-01 13:38:19 +05:30
parent db0e2ac843
commit 1012046c0a
2 changed files with 130 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ FROM python:3.13-alpine3.19
RUN pip install kubernetes
# Copy the controller script into the container
COPY node_external_ip_controller.py /app/node_external_ip_controller.py
COPY node_external_ip_controller_async.py /app/node_external_ip_controller.py
# Set the working directory
WORKDIR /app