fix: load gateway services from yaml
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
FROM python:3.13-alpine3.19
|
||||
|
||||
# Install the Kubernetes Python client
|
||||
RUN pip install kubernetes kubernetes_asyncio
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user