añadido apolo
This commit is contained in:
22
apolo/services/svc-websocket.yaml
Normal file
22
apolo/services/svc-websocket.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: apolo-websocket
|
||||
namespace: apolo
|
||||
labels:
|
||||
app.kubernetes.io/name: apolo-websocket
|
||||
app.kubernetes.io/part-of: apolo
|
||||
app.kubernetes.io/component: websocket
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: apolo-websocket
|
||||
ports:
|
||||
- name: ws
|
||||
port: 6001
|
||||
targetPort: 6001
|
||||
protocol: TCP
|
||||
- name: admin
|
||||
port: 9601
|
||||
targetPort: 9601
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user