Add openclaw/ingresses.yaml
This commit is contained in:
parent
657ec5f9f8
commit
c45f079245
29
openclaw/ingresses.yaml
Normal file
29
openclaw/ingresses.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{"cert-manager.io/cluster-issuer":"letsencrypt-prod"},"name":"openclaw-ingress","namespace":"openclaw"},"spec":{"ingressClassName":"traefik","rules":[{"host":"openclaw.chemavx.xyz","http":{"paths":[{"backend":{"service":{"name":"openclaw-service","port":{"number":3000}}},"path":"/","pathType":"Prefix"}]}}],"tls":[{"hosts":["openclaw.chemavx.xyz"],"secretName":"openclaw-tls"}]}}
|
||||||
|
|
||||||
|
'
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: default-rate-limit@kubernetescrd
|
||||||
|
name: openclaw-ingress
|
||||||
|
namespace: openclaw
|
||||||
|
spec:
|
||||||
|
ingressClassName: traefik
|
||||||
|
rules:
|
||||||
|
- host: openclaw.chemavx.xyz
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- backend:
|
||||||
|
service:
|
||||||
|
name: openclaw
|
||||||
|
port:
|
||||||
|
number: 18789
|
||||||
|
path: /
|
||||||
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- openclaw.chemavx.xyz
|
||||||
|
secretName: openclaw-tls
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user