argocd-configs/simplysyncedllc-com/prod/service.yaml

15 lines
223 B
YAML
Raw Normal View History

2024-05-11 22:52:17 +00:00
apiVersion: v1
kind: Service
metadata:
name: simplysyncedllc-com-service
spec:
type: NodePort
selector:
2024-05-12 02:57:31 +00:00
app: simplysyncedllc_com
2024-05-11 22:52:17 +00:00
ports:
- protocol: TCP
port: 3000
targetPort: 3000
2024-05-12 04:52:04 +00:00
nodePort: 30081