This commit is contained in:
15
manifests/03-services/svc-thread-visualizah-dev.yaml
Normal file
15
manifests/03-services/svc-thread-visualizah-dev.yaml
Normal 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
|
||||
|
||||
15
manifests/03-services/svc-thread-visualizah-master.yaml
Normal file
15
manifests/03-services/svc-thread-visualizah-master.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user