Skip to content
Snippets Groups Projects
Commit e0d5c9ee authored by harshit aggarwal's avatar harshit aggarwal
Browse files

Merge branch 'smanjunath/update-swagger-endpoint' into 'master'

Smanjunath/update swagger endpoint

See merge request !175
parents 000a8daa 8072d811
No related branches found
No related tags found
1 merge request!175Smanjunath/update swagger endpoint
Pipeline #90026 failed
......@@ -30,4 +30,4 @@ spec:
to:
- operation:
notPaths: ["/","*/swagger-resources","*/swagger",
"/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health"]
\ No newline at end of file
"/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/swagger-ui/index.html","*/actuator/health"]
......@@ -30,4 +30,4 @@ spec:
to:
- operation:
notPaths: ["/","*/swagger-resources","*/swagger",
"/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health"]
\ No newline at end of file
"/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/swagger-ui/index.html","*/actuator/health"]
......@@ -47,7 +47,7 @@ spec:
- containerPort: 80
readinessProbe:
httpGet:
path: /api/notification/v1/swagger-ui.html
path: /api/notification/v1/swagger-ui/index.html
port: 80
volumeMounts:
- name: azure-keyvault
......@@ -106,4 +106,4 @@ spec:
- name: event_grid_to_service_bus_enabled
value: "false"
- name: event_grid_enabled
value: "true"
\ No newline at end of file
value: "true"
......@@ -43,7 +43,7 @@ spec:
- containerPort: 81
readinessProbe:
httpGet:
path: /api/notification/v1/swagger-ui.html
path: /api/notification/v1/swagger-ui/index.html
port: 81
volumeMounts:
- name: azure-keyvault
......@@ -102,4 +102,4 @@ spec:
- name: event_grid_to_service_bus_enabled
value: "false"
- name: event_grid_enabled
value: "false"
\ No newline at end of file
value: "false"
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