mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
add fluentd host to ingress
This commit is contained in:
parent
4d31b85c4d
commit
113e95a059
@ -46,4 +46,16 @@ spec:
|
||||
port:
|
||||
name: "http"
|
||||
{{- end }}
|
||||
{{- if $.Values.fluentdHost }}
|
||||
- host: {{ $.Values.fluentdHost }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: {{ printf "%s-%s" $.Release.Name "nginx" }}
|
||||
port:
|
||||
name: "oneuptime-http"
|
||||
{{- end }}
|
||||
{{- end }}
|
Loading…
Reference in New Issue
Block a user