feat: centralized K8s infra — dev/prod environments
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: lpt-ai
|
||||
namespace: lpt-dev
|
||||
labels:
|
||||
app: lpt-ai
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: lpt-ai
|
||||
ports:
|
||||
- port: 5199
|
||||
targetPort: 5199
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user