Nginx error when disabling components in self-hosted Helm chart #103

Closed
opened 2026-04-05 16:18:53 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @sajad-sadra on 2/9/2026

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Try to disable some component in the value file like this:

probeIngest:
  enabled: true

and when you install the nginx pod return this error:

envsubst-on-templates.sh: Running auto_envsubst
envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf
2026/02/09 14:51:35 [emerg] 32#32: host not found in upstream "oneuptime-probe-ingest.oneuptime.svc.cluster.local:3400" in /etc/nginx/conf.d/default.conf:13
nginx: [emerg] host not found in upstream "oneuptime-probe-ingest.oneuptime.svc.cluster.local:3400" in /etc/nginx/conf.d/default.conf:13

Expected behavior
Nginx configuration blocks can be removed or configured based on enabled components

Deployment Type
Self-hosted

Additional context
Followed of this issue

*Originally created by @sajad-sadra on 2/9/2026* **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Try to disable some component in the value file like this: ```yaml probeIngest: enabled: true ``` and when you install the nginx pod return this error: ``` envsubst-on-templates.sh: Running auto_envsubst envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf 2026/02/09 14:51:35 [emerg] 32#32: host not found in upstream "oneuptime-probe-ingest.oneuptime.svc.cluster.local:3400" in /etc/nginx/conf.d/default.conf:13 nginx: [emerg] host not found in upstream "oneuptime-probe-ingest.oneuptime.svc.cluster.local:3400" in /etc/nginx/conf.d/default.conf:13 ``` **Expected behavior** Nginx configuration blocks can be removed or configured based on enabled components **Deployment Type** Self-hosted **Additional context** [Followed of this issue ](https://github.com/OneUptime/oneuptime/issues/2262)
MrUnknownDE added the bugbugbugbugbugbugbugbugbugbugbugbugbugbugbugbugbug labels 2026-04-05 16:18:53 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#103