File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ spec:
4646 - ' api'
4747 livenessProbe :
4848 httpGet :
49- path : /api/v1 /status
49+ path : /api/v2 /status
5050 port : {{ .Values.service.port }}
5151 initialDelaySeconds : 40
5252 periodSeconds : 10
5353 readinessProbe :
5454 httpGet :
55- path : /api/v1 /status
55+ path : /api/v2 /status
5656 port : {{ .Values.service.port }}
5757 initialDelaySeconds : 40
5858 periodSeconds : 10
6363 value : {{ .Values.service.port | quote }}
6464 - name : SITE_NAME
6565 value : ' <b>{{ .Values.vmpoolerInstance }}</b>.{{ .Values.ingress.domain }}'
66- - name : DOMAIN
67- value : {{ .Values.sut_domain }}
6866 - name : EXPERIMENTAL_FEATURES
6967 value : ' true'
7068 - name : USAGE_STATS
Original file line number Diff line number Diff line change 9393 value : ' 20'
9494 - name : PURGE_UNCONFIGURED_FOLDERS
9595 value : ' true'
96- - name : DOMAIN
97- value : {{ .Values.sut_domain }}
9896 - name : VMPOOLER_CONFIG_FILE
9997 value : /etc/vmpooler/vmpooler.yaml
10098 - name : VMPOOLER_TRACING_ENABLED
Original file line number Diff line number Diff line change 88
99jruby_opts : ' -J-XX:+UseG1GC'
1010configmapName : ' vmpooler-baseconfig'
11- sut_domain : ' vmpooler.example.com'
1211usage_stats : true
1312ondemand_request_ttl : ' 50'
1413ondemand_clone_limit : ' 50'
@@ -17,6 +16,11 @@ vm_lifetime: '2'
1716vm_lifetime_auth : ' 12'
1817timeout : ' 15'
1918
19+ :dns_configs :
20+ :example :
21+ dns_class : dynamic-dns
22+ domain : ' vmpooler.example.com'
23+
2024# .json private key, set in ENV var
2125gce :
2226 keyfile : ' /vault/secrets/gce-keyfile.json'
You can’t perform that action at this time.
0 commit comments