k8sall/chaos-mesh/chaos-ingress.yaml
Justine Pelletreau f6166a4319 Added chaosmesh
2022-08-26 17:06:14 +02:00

20 lines
422 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: chaos-ingr
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 500m
spec:
ingressClassName: nginx
rules:
- host: chaos.sq.lan
http:
paths:
- pathType: Prefix
backend:
service:
name: chaos-dashboard
port:
number: 2333
path: /