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
docs: Revise README to enhance clarity on prerequisites for DigitalOcean Marketplace installations, including Nginx Ingress Controller, and reorganize contributing section for better visibility.
Set the Prometheus URL via the `--prom-url` flag or `PROMETHEUS_URL` env var. The provided deployment sets `PROMETHEUS_URL` to `http://ingress-nginx-controller-metrics:9090` by default; adjust to your cluster.
103
105
104
-
## Contributing
105
-
106
-
### Build and push container image (for contributors)
107
-
108
-
```bash
109
-
# Build multi-arch image (adjust registry/name as needed)
After pushing, update `config/deployment.yaml` to point to your published image.
115
107
116
108
## Notes
@@ -130,6 +122,12 @@ If desired is within [lower, upper], nothing changes.
130
122
Quick examples:
131
123
- current 10, pct 20% → window [8,12]; desired 12 = no change; 13 = scale up; 7 = scale down
132
124
- current 5, pct 10% → window [4,5]; desired 4 = no change; 6 = scale up; 3 = scale down
133
-
- current 1, pct 20% → window [0,1]; desired 1 = no change; ≥2 = scale up (min-nodes still applies)
125
+
- current 1, pct 20% → window [0,1]; desired 1 = no change; ≥2 = scale up (min-nodes still applies)`
126
+
127
+
## Contact
128
+
129
+
If you wish to learn more about DigitalOcean's services, you are welcome to reach out to the sales team at [email protected]. A global team of talented engineers will be happy to provide assistance.
130
+
131
+
## License
134
132
135
-
Notes: integer truncation is used; min/max nodes are enforced.
133
+
This GitHub Action and associated scripts and documentation in this project are released under the MIT License.
0 commit comments