Skip to content
Snippets Groups Projects
Commit a1c9b885 authored by Komal Makkar's avatar Komal Makkar
Browse files

changed deployment.yaml

parent 84ada88c
No related branches found
No related tags found
1 merge request!20Adding helm charts and Istio config
Pipeline #13943 failed
...@@ -52,12 +52,12 @@ spec: ...@@ -52,12 +52,12 @@ spec:
env: env:
- name: spring_application_name - name: spring_application_name
value: register value: register
- name: LOG_PREFIX
value: "register"
- name: server.servlet.contextPath - name: server.servlet.contextPath
value: /api/register/v1/ value: /api/register/v1/
- name: server_port - name: server.port
value: "80" value: "80"
- name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS
value: "true"
- name: KEYVAULT_URI - name: KEYVAULT_URI
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:
...@@ -96,3 +96,13 @@ spec: ...@@ -96,3 +96,13 @@ spec:
value: "OBSOLETE" value: "OBSOLETE"
- name: azure_istioauth_enabled - name: azure_istioauth_enabled
value: "true" value: "true"
- name: INTEGRATION_TEST_AUDIENCES
value: "dummy"
- name: CRON_JOB_EXPECTED_IP
value: "0:0:0:0:0:0:0:1"
- name: SUBSCRIBER_PRIVATE_KEY_ID
value: "dummy"
- name: ENVIRONMENT
value: LOCAL
- name: RECORDS_CHANGE_PUBSUB_ENDPOINT
value: https://haaggarw-eventgrid-viewer.azurewebsites.net/api/updates
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment