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

View file

@ -93,8 +93,6 @@ spec:
value: '20'
- name: PURGE_UNCONFIGURED_FOLDERS
value: 'true'
- name: DOMAIN
value: {{ .Values.sut_domain }}
- name: VMPOOLER_CONFIG_FILE
value: /etc/vmpooler/vmpooler.yaml
- name: VMPOOLER_TRACING_ENABLED