Skip to content
Snippets Groups Projects
Commit 8072d811 authored by Smitha Manjunath's avatar Smitha Manjunath Committed by harshit aggarwal
Browse files

Smanjunath/update swagger endpoint

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