Fix OAuth endpoint prefix in k8s ingress configuration (#5837)
This commit is contained in:
parent
f169c8c5a0
commit
0bd58971e3
|
|
@ -31,7 +31,7 @@ if [[ "$ssl_enable" == "true" ]]; then
|
|||
backend:
|
||||
serviceName: appsmith-backend-service
|
||||
servicePort: 8080
|
||||
- path: /oauth
|
||||
- path: /oauth2
|
||||
pathType: Prefix
|
||||
backend:
|
||||
serviceName: appsmith-backend-service
|
||||
|
|
@ -74,7 +74,7 @@ else
|
|||
backend:
|
||||
serviceName: appsmith-backend-service
|
||||
servicePort: 8080
|
||||
- path: /oauth
|
||||
- path: /oauth2
|
||||
pathType: Prefix
|
||||
backend:
|
||||
serviceName: appsmith-backend-service
|
||||
|
|
@ -95,4 +95,4 @@ else
|
|||
serviceName: appsmith-editor
|
||||
servicePort: 80
|
||||
EOF
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user