23 lines
452 B
YAML
23 lines
452 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: ing-os-dash
|
|
namespace: logging
|
|
spec:
|
|
ingressClassName: nginx
|
|
rules:
|
|
- host: os-dash.nativedeck.com
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: release-name-opensearch-dashboards
|
|
port:
|
|
number: 5601
|
|
path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- os-dash.nativedeck.com
|
|
secretName: secret-logging-ssl
|