fix: use http port for puppetdb (#58)
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): puppetdb:8081 ERROR:pypuppetdb.api.base:Could not reach PuppetDB on puppetdb:8081 over HTTP. - puppetdb_host assumes HTTP when not verifying ssl Reviewed-on: #58
This commit was merged in pull request #58.
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
||||
namespace: puppet
|
||||
data:
|
||||
PUPPETDB_HOST: "puppetdb"
|
||||
PUPPETDB_PORT: "8081"
|
||||
PUPPETDB_PORT: "8080"
|
||||
PUPPETDB_SSL_SKIP_VERIFY: "True"
|
||||
LOGLEVEL: "debug"
|
||||
PUPPETDB_TIMEOUT: "20"
|
||||
|
||||
Reference in New Issue
Block a user