starting new
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2024-01-26 02:04:19 +10:00
parent ad10eb371b
commit 147b72c5e5
6 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: thread-visualizah-dev-service
namespace: vdk2ch
spec:
selector:
app: thread-visualizah-dev
ports:
- protocol: TCP
name: board
port: 8050
targetPort: 8050

View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: thread-visualizah-master-service
namespace: vdk2ch
spec:
selector:
app: thread-visualizah-master
ports:
- protocol: TCP
name: board
port: 8050
targetPort: 8050