refactor: convert puppetserver compilers to deployment with configmap integration
- Convert StatefulSet to Deployment for better scaling flexibility - Add initContainer to copy configmaps to shared RWX volume (10GB) - Integrate puppetserver-compiler-config configmap for environment variables - Configure configMapGenerator with stable names (disableNameSuffixHash) - Update HPA to target Deployment instead of StatefulSet - Simplify puppetboard SSL config to skip verification for internal connections
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[main]
|
||||
server_urls = https://puppetdb.k8s.syd1.au.unkin.net
|
||||
soft_write_failure = true
|
||||
Reference in New Issue
Block a user