12 lines
196 B
YAML
12 lines
196 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: weg-deployment-service
|
|
namespace: family
|
|
spec:
|
|
selector:
|
|
app: weg-deployment
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80 |