2022-07-15 10:20:22 +10:00

15 lines
247 B
YAML

apiVersion: v1
kind: Service
metadata:
name: example-service
labels:
app: example-app
spec:
type: ClusterIP
selector:
app: example-app
ports:
- protocol: TCP
name: web
port: 80
targetPort: 5000