k8s/manifests/02-services/flask-htmx-master-service.yaml
Simple_Not 12c69832f0
All checks were successful
continuous-integration/drone/push Build is passing
board?
2023-07-02 00:11:39 +10:00

15 lines
229 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: flask-htmx-master-service
namespace: vdk2ch
spec:
selector:
app: flask-htmx-master
ports:
- protocol: TCP
name: board
port: 5000
targetPort: 5000