gcloud-lab/apps/base/customer1/openclaw/service.yaml

16 lines
229 B
YAML
Raw Normal View History

2026-04-18 02:56:18 +00:00
apiVersion: v1
kind: Service
metadata:
name: openclaw
labels:
app: openclaw
spec:
type: ClusterIP
selector:
app: openclaw
ports:
- name: gateway
port: 18789
targetPort: 18789
protocol: TCP