Gluttony-Cluster/localai/localai-service.yaml.off
Tyler Perkins 25f8c5b216
All checks were successful
continuous-integration/drone/push Build is passing
Remove localai for now
2024-04-12 21:03:55 -04:00

19 lines
289 B
Plaintext

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