新增一些配置

This commit is contained in:
Sense T
2026-05-21 01:09:58 +00:00
parent ae2862d9f0
commit 6496961ebf
6 changed files with 118 additions and 14 deletions
+22
View File
@@ -0,0 +1,22 @@
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