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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user