Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions charts/veaiops/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ spec:
- http:
{{- end }}
paths:
- path: /openapi.json
pathType: ImplementationSpecific
backend:
service:
name: {{ include "veaiops.name" . }}-backend
port:
number: 8000
- path: /docs
pathType: Prefix
backend:
service:
name: {{ include "veaiops.name" . }}-backend
port:
number: 8000
- path: /apis
pathType: Prefix
backend:
Expand Down