strato-infra/flux/cluster/apps/test/service.yaml

11 lines
182 B
YAML
Raw Normal View History

2022-05-22 14:55:33 +02:00
apiVersion: v1
kind: Service
metadata:
name: whoami-deployment-service
spec:
selector:
app: whoami-deployment
ports:
- protocol: TCP
port: 80
targetPort: 80