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

22 lines
404 B
YAML

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