You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,14 @@ Type `Yes` at the prompt.
43
43
44
44
## Connecting to Secoda
45
45
46
-
- Load balancer is publicly accessible by default (DNS name is returned after running `terraform apply`). There will be a delay on first setup as the registration target happens ~5 minutes.
46
+
- Load balancer is publicly accessible by default (IP is returned after running `terraform apply`). You will not be able to connect to the IP. The ingress will only accept connections via the `domain` name. There will be a delay on first setup as the registration target happens ~5 minutes.
47
47
- We suggest using _Cloudflare ZeroTrust_ to limit access to Secoda.
48
48
49
+
## Updating Secoda
50
+
51
+
- It is configure to automatically pull the latest images on restart.
52
+
-`kubectl rollout restart deployment secoda-web` will redeploy the application with the latest images.
0 commit comments