16 lines
268 B
YAML
Raw Normal View History

2024-09-03 23:44:57 +07:00
apiVersion: v1
kind: Service
metadata:
2025-03-04 20:36:17 +07:00
name: enaklo-pos-backend
2024-09-03 23:44:57 +07:00
namespace: altru-production
labels:
2025-03-04 20:36:17 +07:00
run: enaklo-pos-backend
2024-09-03 23:44:57 +07:00
spec:
ports:
- port: 3300
protocol: TCP
targetPort: 3300
selector:
2025-03-04 20:36:17 +07:00
app: enaklo-pos-backend
2024-09-03 23:44:57 +07:00
type: ClusterIP