A3-gitops/A3/base/service.yaml
gwg313 bc89786f59
update
Signed-off-by: gwg313 <gwg313@pm.me>
2025-11-21 09:43:37 -05:00

13 lines
198 B
YAML

apiVersion: v1
kind: Service
metadata:
name: a3-service
spec:
selector:
app: a3-service
ports:
- port: 80
targetPort: 3000
protocol: TCP
name: http
type: ClusterIP