board?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not
2023-07-01 23:58:54 +10:00
parent 36795411a9
commit 23569ef919
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: flask-htmx-dev-service-service
namespace: vdk2ch
spec:
selector:
app: flask-htmx-dev
ports:
- protocol: TCP
name: board
port: 5000
targetPort: 5000

View File

@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: flask-htmx-dev-service-service
namespace: vdk2ch
spec:
selector:
app: flask-htmx-master
ports:
- protocol: TCP
name: board
port: 5000
targetPort: 5000