datalust / helm.datalust.co

Helm charts hosted on helm.datalust.co
Apache License 2.0
10 stars 16 forks source link

Use localhost for communication between Seq Gelf Input and Seq containers #17

Closed jmezach closed 2 years ago

jmezach commented 2 years ago

Since both the Seq Gelf Input and Seq containers are run within the same pod, we can rely on using localhost according to this document. This makes it possible to roll-out Seq using Helm in a cluster that has a non-default DNS domain (ie. something other than .cluster.local).

Fixes #16

jmezach commented 2 years ago

@KodrAus Glad to help out!