k8s/manifests/03-services/svc-thread-visualizah-master.yaml
Simple_Not 147b72c5e5
All checks were successful
continuous-integration/drone/push Build is passing
starting new
2024-01-26 02:04:19 +10:00

16 lines
244 B
YAML

---
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