k8s/manifests/02-services/flask-htmx-master-service.yaml

15 lines
229 B
YAML
Raw Normal View History

2023-07-01 23:58:54 +10:00
---
apiVersion: v1
kind: Service
metadata:
2023-07-02 00:11:39 +10:00
name: flask-htmx-master-service
2023-07-01 23:58:54 +10:00
namespace: vdk2ch
spec:
selector:
app: flask-htmx-master
ports:
- protocol: TCP
name: board
port: 5000
targetPort: 5000