strato-infra/flux/cluster/apps/misc/whoami/service.yaml

13 lines
201 B
YAML
Raw Normal View History

2022-05-25 20:42:04 +02:00
apiVersion: v1
kind: Service
metadata:
name: whoami-deployment-service
namespace: misc
spec:
selector:
app: whoami-deployment
ports:
- protocol: TCP
port: 80
targetPort: 80