mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Remove domain from helm chart
This commit is contained in:
parent
c081251826
commit
e4515e6d03
3 changed files with 7 additions and 7 deletions
|
|
@ -46,13 +46,13 @@ spec:
|
|||
- 'api'
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/status
|
||||
path: /api/v2/status
|
||||
port: {{ .Values.service.port }}
|
||||
initialDelaySeconds: 40
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/status
|
||||
path: /api/v2/status
|
||||
port: {{ .Values.service.port }}
|
||||
initialDelaySeconds: 40
|
||||
periodSeconds: 10
|
||||
|
|
@ -63,8 +63,6 @@ spec:
|
|||
value: {{ .Values.service.port | quote }}
|
||||
- name: SITE_NAME
|
||||
value: '<b>{{ .Values.vmpoolerInstance }}</b>.{{ .Values.ingress.domain }}'
|
||||
- name: DOMAIN
|
||||
value: {{ .Values.sut_domain }}
|
||||
- name: EXPERIMENTAL_FEATURES
|
||||
value: 'true'
|
||||
- name: USAGE_STATS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue