Skip to content

Commit 16e102a

Browse files
committed
Add Cerebro external ingress
1 parent 4bd09ae commit 16e102a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

cerebro-external-ingress.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: extensions/v1beta1
2+
kind: Ingress
3+
metadata:
4+
name: cerebro-external
5+
namespace: logging
6+
labels:
7+
traffic-type: external
8+
annotations:
9+
traefik.frontend.rule.type: PathPrefix
10+
ingress.kubernetes.io/auth-type: basic
11+
ingress.kubernetes.io/auth-secret: ingress-auth
12+
spec:
13+
rules:
14+
- host: cerebro.cloud.carlosedp.com
15+
http:
16+
paths:
17+
- path: /
18+
backend:
19+
serviceName: cerebro
20+
servicePort: 80

0 commit comments

Comments
 (0)