Gluttony-Cluster/localai/localai-service.yaml
Tyler Perkins a0e45295a7
All checks were successful
continuous-integration/drone/push Build is passing
Update filebrowser container to expose port
2024-04-05 21:26:01 -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