Gluttony-Cluster/localai/localai-service.yaml
Tyler Perkins a96ffc3d41
All checks were successful
continuous-integration/drone/push Build is passing
Add back localai
2024-04-06 12:50:44 -04:00

19 lines
289 B
YAML

apiVersion: v1
kind: Service
metadata:
name: localai
namespace: localai-ns
spec:
type: LoadBalancer
selector:
app: localai
ports:
- name: localai
port: 8080
targetPort: 8080
protocol: TCP
- name: filebrowswer
protocol: TCP
port: 80
targetPort: 80