mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
(maint) set extra_config the same way we do the manager app
This commit is contained in:
parent
8aee252795
commit
19be60d230
4 changed files with 29 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ name: vmpooler
|
|||
description: A Helm chart to deploy vmpooler
|
||||
type: application
|
||||
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png
|
||||
version: 1.9.0
|
||||
version: 1.10.0
|
||||
appVersion: 1.2.0-prod-all-providers
|
||||
dependencies:
|
||||
- name: redis
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ metadata:
|
|||
annotations:
|
||||
configmap.reloader.stakater.com/reload: "{{ .Values.configmapName }},vmpooler-pools"
|
||||
secret.reloader.stakater.com/reload: 'redis'
|
||||
{{- with .Values.api.annotations }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
replicas: {{ .Values.api.replicaCount }}
|
||||
selector:
|
||||
|
|
@ -72,7 +75,7 @@ spec:
|
|||
- name: VMPOOLER_TRACING_JAEGER_HOST
|
||||
value: '{{ .Values.tracing.jaegerHost }}'
|
||||
- name: EXTRA_CONFIG
|
||||
value: '/etc/vmpooler/config/pools.yaml'
|
||||
value: '{{ .Values.additionalConfigFiles }}'
|
||||
- name: REDIS_SERVER
|
||||
value: 'redis-master'
|
||||
- name: ONDEMAND_REQUEST_TTL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue