# services/openclaw/service.yaml apiVersion: v1 kind: Service metadata: name: openclaw namespace: openclaw labels: app: openclaw spec: type: ClusterIP selector: app: openclaw ports: - name: gateway port: 18789 targetPort: gateway protocol: TCP --- apiVersion: v1 kind: Service metadata: name: openclaw-ollama namespace: openclaw labels: app: openclaw-ollama spec: type: ClusterIP selector: app: openclaw-ollama ports: - name: http port: 11434 targetPort: http protocol: TCP