k8s/manifests/02-services/flask-htmx-our-style-service.yaml

15 lines
235 B
YAML
Raw Normal View History

2023-07-16 02:24:51 +10:00
---
apiVersion: v1
kind: Service
metadata:
name: flask-htmx-our-style-service
namespace: vdk2ch
spec:
selector:
app: flask-htmx-our-style
ports:
- protocol: TCP
name: board
port: 5000
targetPort: 5000