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: AGENTS.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ The charm supports flexible deployment architectures:
18
18
-**PostgreSQL**: External database required by the Web node (connected via `postgresql` relation). **Note: Only PostgreSQL 16/stable is currently supported.**
19
19
20
20
### Future Plans (Planned Refactoring)
21
-
- Rename `web:web-tsa` relation to `web:tsa`.
22
-
- Rename `worker:worker-tsa` relation to `worker:aircraft`.
23
21
- Remove `mode=web` and replace it with `mode=auto` on the leader unit.
# Relate web and worker for automatic TSA key exchange
126
-
juju relate web:web-tsa worker:worker-tsa
126
+
juju relate web:tsa worker:flight
127
127
128
128
# Check deployment
129
129
juju status
@@ -133,7 +133,7 @@ juju status
133
133
-`web/0`: Web server only
134
134
-`worker/0`, `worker/1`: Workers only connected via TSA
135
135
136
-
**Note**: The `web-tsa` / `worker-tsa` relation automatically handles SSH key exchange between web and worker applications, eliminating the need for manual key management.
136
+
**Note**: The `tsa` / `flight` relation automatically handles SSH key exchange between web and worker applications, eliminating the need for manual key management.
0 commit comments