2023-03-11 10:06:53 +11:00

15 lines
250 B
YAML

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