2023-08-09 14:50:44 +02:00

15 lines
267 B
YAML

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