Add openclaw/services.yaml
This commit is contained in:
parent
3d8575fd3b
commit
ec14d296b9
59
openclaw/services.yaml
Normal file
59
openclaw/services.yaml
Normal file
@ -0,0 +1,59 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
meta.helm.sh/release-name: openclaw
|
||||
meta.helm.sh/release-namespace: openclaw
|
||||
labels:
|
||||
app.kubernetes.io/instance: openclaw
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: openclaw
|
||||
app.kubernetes.io/version: 2026.3.2
|
||||
helm.sh/chart: openclaw-0.1.13
|
||||
name: openclaw
|
||||
namespace: openclaw
|
||||
spec:
|
||||
internalTrafficPolicy: Cluster
|
||||
ipFamilies:
|
||||
- IPv4
|
||||
ipFamilyPolicy: SingleStack
|
||||
ports:
|
||||
- name: gateway
|
||||
port: 18789
|
||||
protocol: TCP
|
||||
targetPort: gateway
|
||||
- name: canvas
|
||||
port: 18793
|
||||
protocol: TCP
|
||||
targetPort: canvas
|
||||
selector:
|
||||
app.kubernetes.io/instance: openclaw
|
||||
app.kubernetes.io/name: openclaw
|
||||
sessionAffinity: None
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"openclaw-service","namespace":"openclaw"},"spec":{"ports":[{"nodePort":30080,"port":3000,"targetPort":3000}],"selector":{"app":"openclaw"},"type":"NodePort"}}
|
||||
|
||||
'
|
||||
name: openclaw-service
|
||||
namespace: openclaw
|
||||
spec:
|
||||
externalTrafficPolicy: Cluster
|
||||
internalTrafficPolicy: Cluster
|
||||
ipFamilies:
|
||||
- IPv4
|
||||
ipFamilyPolicy: SingleStack
|
||||
ports:
|
||||
- nodePort: 30080
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
targetPort: 3000
|
||||
selector:
|
||||
app: openclaw
|
||||
sessionAffinity: None
|
||||
type: NodePort
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user