add kibana ingress
This commit is contained in:
25
deploy/elk-stack/kibana-ingress.yaml
Normal file
25
deploy/elk-stack/kibana-ingress.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: kibana-ingress
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
|
spec:
|
||||||
|
ingressClassName: nginx
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- query.prod.panic.haus
|
||||||
|
secretName: kibana-tls
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- host: query.prod.panic.haus
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: kibana-ha-kb-http
|
||||||
|
port:
|
||||||
|
number: 5601
|
||||||
@@ -7,4 +7,5 @@ resources:
|
|||||||
- operator.yaml
|
- operator.yaml
|
||||||
- elasticsearch.yaml
|
- elasticsearch.yaml
|
||||||
- kibana.yaml
|
- kibana.yaml
|
||||||
|
- kibana-ingress.yaml
|
||||||
# - longstash.yaml
|
# - longstash.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user