Set puppetserver environment timeout to 0 (#449)

## Why

An unlimited environment timeout serves stale catalogs after code changes.

## How

- Set `OPENVOXSERVER_ENVIRONMENT_TIMEOUT: "0"` in the puppetserver master and compiler ConfigMaps.

Reviewed-on: #449
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #449.
This commit is contained in:
2026-09-05 11:23:04 +10:00
committed by BenVincent
parent 236563a37f
commit 8ea2925561
2 changed files with 2 additions and 0 deletions
@@ -11,6 +11,7 @@ metadata:
namespace: puppet
data:
OPENVOXSERVER_PORT: "8140"
OPENVOXSERVER_ENVIRONMENT_TIMEOUT: "0"
DNS_ALT_NAMES: "puppetserver-compiler,puppet,puppet.k8s.syd1.au.unkin.net"
OPENVOXDB_SERVER_URLS: "https://puppetdb:8081"
CA_ENABLED: "false"
@@ -12,6 +12,7 @@ metadata:
data:
OPENVOXSERVER_HOSTNAME: "puppet"
OPENVOXSERVER_PORT: "8140"
OPENVOXSERVER_ENVIRONMENT_TIMEOUT: "0"
DNS_ALT_NAMES: "puppet,puppetserver-agents-to-puppet,puppetca,puppet-headless,puppetca.k8s.syd1.au.unkin.net,puppet.k8s.syd1.au.unkin.net"
OPENVOXDB_SERVER_URLS: "https://puppetdb:8081"
CA_ALLOW_SUBJECT_ALT_NAMES: "true"