openclaw: keep mvp access internal

This commit is contained in:
jenkins 2026-05-19 20:10:15 -03:00
parent 3142d35403
commit dd4aff8861
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
# services/openclaw/ingress.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: openclaw
namespace: openclaw
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
ingressClassName: traefik
rules:
- host: openclaw.bstein.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: openclaw
port:
number: 18789
tls:
- hosts:
- openclaw.bstein.dev
secretName: openclaw-tls

View File

@ -9,4 +9,3 @@ resources:
- ollama-deployment.yaml - ollama-deployment.yaml
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- ingress.yaml