You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k8s-app/elastic/ingress.yml

21 lines
382 B

4 weeks ago
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-kibana
namespace: logging
labels:
name: ingress-kibana
spec:
ingressClassName: nginx
rules:
- host: kibana.qf.com
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: kibana-logging
port:
number: 5601