Files
helm/openclaw/ingress.yaml
T
2026-05-21 01:09:58 +00:00

22 lines
400 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: openclaw
labels:
app.kubernetes.io/name: openclaw
spec:
rules:
- host: claw.233.local
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: openclaw
port:
number: 8080
tls:
- hosts:
- openclaw.233.local
secretName: certs