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

13 lines
205 B
YAML
Raw Normal View History

2022-06-12 00:13:28 +02:00
apiVersion: v1
kind: Service
metadata:
name: tickets-deployment-service
namespace: misc
spec:
selector:
app: tickets-deployment
ports:
- protocol: TCP
port: 80
targetPort: 8080