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