Files
williamp-sites/dubyatp-xyz/service.yaml

12 lines
163 B
YAML

apiVersion: v1
kind: Service
metadata:
name: dubyatp-xyz-svc
spec:
selector:
app: dubyatp-xyz
ports:
- port: 80
targetPort: 3000
type: ClusterIP