change repor url

This commit is contained in:
Beto Sánchez
2025-10-24 10:59:54 -05:00
parent aa466bedaf
commit 269a75ff9f
16 changed files with 194 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: dev-websocket-sr
namespace: dev-websocket-ns
spec:
ports:
- name: http
protocol: TCP
port: 80
targetPort: 3000
selector:
app: dev-websocket-ap
type: ClusterIP