marcel-dempers 91d3db711b add app 2
2023-03-11 20:57:30 +11:00

16 lines
272 B
YAML

apiVersion: v1
kind: Service
metadata:
namespace: default
name: example-app-2
labels:
app: example-app-2
spec:
type: ClusterIP
selector:
app: example-app-2
ports:
- protocol: TCP
name: http
port: 80
targetPort: 5000