k8s/manifests/03-services/svc-thread-visualizah-master.yaml

16 lines
244 B
YAML
Raw Normal View History

2024-01-26 02:04:19 +10:00
---
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