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
You can deploy the operator as a Deployment in your cluster. Make sure to set the required environment variables if you want to customize annotation keys and a service account with permissions to watch `services` events.
37
50
38
-
### 4. Annotate your services
51
+
### 5. Annotate your services
39
52
40
53
Add the following annotation to your Kubernetes services:
41
54
@@ -52,7 +65,7 @@ metadata:
52
65
# (Optional) Extra headers
53
66
```
54
67
55
-
### 5. Access the Swagger UI
68
+
### 6. Access the Swagger UI
56
69
57
70
Expose the FastAPI server (default port: 8000) and access `/` to see the aggregated documentation.
0 commit comments