Fix port assignment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-04-05 13:42:11 -04:00
parent 85b5fda0f3
commit 05955887c0
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ spec:
- name: localai
image: quay.io/go-skynet/local-ai:latest-aio-gpu-nvidia-cuda-12
ports:
- containerPort: 80
- containerPort: 8080
#env:
resources:
limits:

View File

@ -8,6 +8,6 @@ spec:
selector:
app: localai
ports:
- port: 80
targetPort: 80
- port: 8080
targetPort: 8080
protocol: TCP