Gluttony-Cluster/localai/localai-service.yaml
Tyler Perkins 2b930a1687
All checks were successful
continuous-integration/drone/push Build is passing
Update deployment of localai to basic deployment
2024-04-05 11:22:31 -04:00

14 lines
194 B
YAML

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