File tree Expand file tree Collapse file tree
charts/controller/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 value: " {{ .Values.k8sApiVerifyTls }}"
1717- name: " DRYCC_REGISTRY_PROXY_PORT"
1818 value: " {{ .Values.global.registryProxyPort }}"
19- - name: " APP_STORAGE"
20- value: " {{ .Values.global.storage}}"
2119- name: " DRYCC_REGISTRY_LOCATION"
2220 value: " {{ .Values.global.registryLocation }}"
2321- name: " DRYCC_REGISTRY_SECRET_PREFIX"
Original file line number Diff line number Diff line change 404404ROUTER_HOST = os .environ .get ('DRYCC_ROUTER_SERVICE_HOST' , '127.0.0.1' )
405405ROUTER_PORT = os .environ .get ('DRYCC_ROUTER_SERVICE_PORT' , 80 )
406406
407- # minio information
408- MINIO_HOST = os .environ .get ('DRYCC_MINIO_SERVICE_HOST' , '127.0.0.1' )
409- MINIO_PORT = os .environ .get ('DRYCC_MINIO_SERVICE_PORT' , 80 )
410- APP_STORAGE = os .environ .get ('APP_STORAGE' )
411-
412407DRYCC_DATABASE_URL = os .environ .get ('DRYCC_DATABASE_URL' , 'postgres://postgres:@:5432/drycc' )
413408DATABASES = {
414409 'default' : dj_database_url .config (default = DRYCC_DATABASE_URL , conn_max_age = 600 )
You can’t perform that action at this time.
0 commit comments