titan-iac/services/openclaw/service.yaml

36 lines
559 B
YAML
Raw Normal View History

2026-05-19 19:17:14 -03:00
# 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