Compare commits

..

No commits in common. "92aa18b32db1a8b84edd0cb9eb9ecbd691bdd93d" and "3227185f95fcbd26653c903cc1cc91928ec1931c" have entirely different histories.

7 changed files with 9 additions and 7 deletions

View File

@ -124,7 +124,7 @@ spec:
- name: WORKSPACE_BUNDLE_VERSION
value: v1
- name: SYSTEM_LOG_URL
value: http://api-service.system-log.svc.cluster.local:80
value: http://api-service.system-log.svc.cluster.local:8000
- name: DJANGO_HOST
value: http://backend-svc.django.svc.cluster.local:80
- name: MARKS_PROCESSING_URL

View File

@ -151,7 +151,7 @@ spec:
- name: SUBSCRIPTIONS_URL
value: http://backend-svc.subscriptions.svc.cluster.local:80
- name: SYSTEM_LOG_URL
value: http://api-service.system-log.svc.cluster.local:80
value: http://api-service.system-log.svc.cluster.local:8000
- name: TARGET_URL
value: http://backend-svc.django.svc.cluster.local:80
- name: USE_CACHE_IN_FILE_STREAMER

View File

@ -206,7 +206,7 @@ spec:
- name: SYSTEM_LOG_URL
value:
_default: "http://api-service.system-log.svc.cluster.local:80"
_default: "http://api-service.system-log.svc.cluster.local:8000"
- name: DJANGO_HOST
value:

View File

@ -269,7 +269,7 @@ spec:
- name: SYSTEM_LOG_URL
value:
_default: "http://api-service.system-log.svc.cluster.local:80"
_default: "http://api-service.system-log.svc.cluster.local:8000"
- name: TARGET_URL
value:

View File

@ -206,7 +206,7 @@ spec:
- name: SYSTEM_LOG_URL
value:
_default: "http://api-service.system-log.svc.cluster.local:80"
_default: "http://api-service.system-log.svc.cluster.local:8000"
- name: DJANGO_HOST
value:

View File

@ -206,7 +206,7 @@ spec:
- name: SYSTEM_LOG_URL
value:
_default: "http://api-service.system-log.svc.cluster.local:80"
_default: "http://api-service.system-log.svc.cluster.local:8000"
- name: DJANGO_HOST
value:

View File

@ -114,6 +114,7 @@ spec:
- name: API_HOST_PREFIX
value:
_default: "/"
- name: APP_NAME
value:
_default: "pdm_v2"
@ -268,7 +269,8 @@ spec:
- name: SYSTEM_LOG_URL
value:
_default: "http://api-service.system-log.svc.cluster.local:80"
_default: "http://api-service.system-log.svc.cluster.local:8000"
- name: TARGET_URL
value:
_default: "http://backend.django.svc.cluster.local:8000"