Remove domain from helm chart

This commit is contained in:
Jake Spain 2023-02-16 10:56:52 -05:00
parent c081251826
commit e4515e6d03
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
3 changed files with 7 additions and 7 deletions

View file

@ -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