Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751004
grafana-ingress.yaml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
grafana-ingress.yaml
View Options
{{
- if .Values.grafana.enabled -
}}
{{
- if not .Values.openshift -
}}
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
name
:
grafana
annotations
:
ingress.kubernetes.io/ssl-redirect
:
"false"
ingress.class
:
"haproxy"
# haproxy.org/path-rewrite: "/"
# haproxy.org/path-rewrite: /grafana/(.*) /\1
haproxy.org/auth-type
:
basic-auth
haproxy.org/auth-secret
:
grafana-credentials
spec
:
ingressClassName
:
haproxy
tls
:
{{
- $secretName
:
= include "kolab.tlsSecretName" .
}}
-
secretName
:
{{
default .Values.ingress.tlsSecretName $secretName
}}
hosts
:
-
"admin.{{
include
"
kolab.websiteDomain" . }}"
rules
:
-
host
:
"admin.{{
include
"
kolab.websiteDomain" . }}"
http
:
paths
:
-
path
:
"/grafana"
pathType
:
Prefix
backend
:
service
:
name
:
grafana
port
:
name
:
grafana
---
kind
:
Secret
apiVersion
:
v1
metadata
:
name
:
grafana-credentials
immutable
:
false
stringData
:
"{{
.Values.externalServiceUser
}}"
:
"{{
.Values.externalServiceUserPassword
}}"
{{
- end
}}
{{
- end
}}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 2:45 AM (4 d, 22 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
89/e5/fef45de13fb93bf1534a1fb8f915
Default Alt Text
grafana-ingress.yaml (1 KB)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline