12 lines
179 B
YAML
12 lines
179 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: williamtpeebles-com-svc
|
|
spec:
|
|
selector:
|
|
app: williamtpeebles-com
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
type: ClusterIP
|