Gluttony-Cluster/localai/localai-service.yaml
Tyler Perkins 7366e9d867
All checks were successful
continuous-integration/drone/push Build is passing
Add back localai
2024-04-05 23:24:20 -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