Frikky
|
fedfa80d27
|
Update install-guide.md
|
2025-10-20 13:12:45 +02:00 |
|
Frikky
|
a836d7c0fe
|
Fix prerequisites for Opensearch database setup
Updated instructions for setting up the Opensearch database.
|
2025-10-20 13:12:16 +02:00 |
|
Frikky
|
b4e1d1c161
|
Update install-guide.md
|
2025-10-20 13:10:26 +02:00 |
|
Frikky
|
f81e39e235
|
Update README.md
|
2025-09-30 14:29:05 +02:00 |
|
Frikky
|
64284f5138
|
Update README.md
|
2025-09-30 14:26:52 +02:00 |
|
Frikky
|
43415c5fe4
|
Delete functions/kubernetes/setup_registry.sh
|
2025-09-30 14:24:06 +02:00 |
|
Frikky
|
20248686fc
|
Delete functions/kubernetes/generate_certs.sh
|
2025-09-30 14:23:59 +02:00 |
|
Frikky
|
cd91c13f08
|
Delete functions/kubernetes/orborus.yaml
|
2025-09-30 14:23:43 +02:00 |
|
Frikky
|
add5b35b98
|
Update values.yaml
|
2025-09-30 13:50:32 +02:00 |
|
Frikky
|
2628b9ee80
|
Update Helm chart version to 2.1.0
|
2025-09-30 13:39:47 +02:00 |
|
Frikky
|
9d62427f91
|
Configure frontend service as NodePort
Added NodePort service type with HTTP and HTTPS ports.
|
2025-09-30 13:35:49 +02:00 |
|
Frikky
|
bd15bfd364
|
Delete functions/kubernetes/all-in-one.yaml as it's handled in charts/shuffle instead
|
2025-09-30 13:28:03 +02:00 |
|
Frikky
|
8a0b87dd04
|
Added Opensearch image config
|
2025-09-30 13:25:29 +02:00 |
|
Yash Singh
|
15b1a82902
|
chore: updated shuffle-shared
|
2025-09-24 14:13:07 +05:30 |
|
Frikky
|
0e4ee87d76
|
Changed all the code to point to latest instead of nightly for k8s
|
2025-09-19 15:33:30 +02:00 |
|
Frikky
|
5da98c1d0c
|
Re-added SHUFFLE_BASE_IMAGE_NAME usage, and made REGISTRY+BASE IMAGE setting ensure that PullAlways is used to always use latest local image
|
2025-09-16 16:00:47 +02:00 |
|
Frikky
|
fc9c01abbb
|
Fixed opensearch indexing issue in bulk
|
2025-09-12 08:16:18 +02:00 |
|
Frikky
|
a046c3a96b
|
Made service cleanup REQUIRE CLEANUP=true. This is opposite, now that we have workers that can self-discover services.
|
2025-09-10 01:50:10 +02:00 |
|
Frikky
|
954a858933
|
Made default app replicas 3 instead of 1.
|
2025-09-10 01:47:43 +02:00 |
|
Frikky
|
26d10c788c
|
Disabled the Node Scale mechanism, as it was just confusing. SHUFFLE_APP_REPLICAS and SHUFFLE_SCALE_REPLICAS are self-controlled.
|
2025-09-10 01:46:19 +02:00 |
|
Frikky
|
85fd0e1abc
|
Made swarm init more robust
|
2025-09-10 01:41:33 +02:00 |
|
Frikky
|
61d30d9fb2
|
Minor print fixes to orborus/worker
|
2025-09-09 16:00:53 +02:00 |
|
Frikky
|
9676317758
|
Fixed the problem with nodes going haywire if they crash
|
2025-09-04 13:21:51 +02:00 |
|
Frikky
|
744d8d6b7f
|
Fixed the issue with app builds onprem not working
|
2025-09-04 00:43:09 +02:00 |
|
Frikky
|
1b63e6cba6
|
Merge pull request #1804 from Shuffle/nightly
Issues for app scaling and building fixed
|
2025-09-02 13:44:11 +02:00 |
|
Frikky
|
9f3070b65c
|
App building fix
|
2025-09-02 13:06:34 +02:00 |
|
Frikky
|
f7593045cd
|
Merge pull request #1803 from LalitDeore/opensearch
[Fix] - app activation issue
|
2025-09-02 13:05:09 +02:00 |
|
lalitdeore12@gmail.com
|
98d8a2c990
|
[Fix] - app activation issue
|
2025-09-02 15:13:01 +05:30 |
|
Frikky
|
67cd5a3e60
|
Synced all 2.1.0 fixes
|
2025-09-01 19:19:34 +02:00 |
|
Frikky
|
00384fa0ea
|
Added debug to orborus
|
2025-08-29 14:56:41 +02:00 |
|
Frikky
|
d721479122
|
Minor tweaks for cloud & onprem execs
|
2025-08-29 14:16:26 +02:00 |
|
Frikky
|
288a9b1d01
|
Minor fixes for Orborus and Worker
|
2025-08-29 14:15:24 +02:00 |
|
Frikky
|
a8dc56daa5
|
Added CLEANUP=false to disable swarm cleanup in general. Use autodiscovery instead
|
2025-08-29 13:53:27 +02:00 |
|
Frikky
|
10215e0e56
|
Increased default concurrency to 50 on swarm to not lag behind at scale
|
2025-08-29 13:37:44 +02:00 |
|
Frikky
|
9ed6351a9a
|
Rebuild with 2.1.0 tag
|
2025-08-28 21:52:19 +02:00 |
|
Frikky
|
47c32c25d6
|
Minor fix default setup fix
|
2025-08-28 21:50:39 +02:00 |
|
Frikky
|
228f636cd3
|
Merge pull request #1802 from Shuffle/nightly
Merge 2.1.0 into main
|
2025-08-28 21:49:51 +02:00 |
|
Frikky
|
95dd31fb3a
|
Merge branch 'main' into nightly
|
2025-08-28 21:49:42 +02:00 |
|
Frikky
|
b25da483a7
|
Fixed versioning
|
2025-08-28 21:46:51 +02:00 |
|
Frikky
|
a88c66a832
|
Fixes for datastore and scale for 2.1.0
|
2025-08-28 14:29:05 +02:00 |
|
Frikky
|
abeadac949
|
And another workflow page
|
2025-08-27 20:22:43 +02:00 |
|
Frikky
|
8a915980b8
|
Re-added the protected category to ALWAYS show up on datastore
|
2025-08-27 20:07:17 +02:00 |
|
Frikky
|
1a9daf046c
|
Rebuild again yay
|
2025-08-27 14:10:06 +02:00 |
|
Frikky
|
ce657bc5b4
|
Changed default back to 2g
|
2025-08-27 14:08:13 +02:00 |
|
Frikky
|
3a61c33109
|
Potential issues from exposed port mappings
|
2025-08-27 13:49:50 +02:00 |
|
Frikky
|
4fe311cc99
|
Opensearch and app optimisations
|
2025-08-27 12:54:50 +02:00 |
|
Frikky
|
19c07f0f07
|
Bumping default opensearch to 3.2.0
|
2025-08-27 11:44:06 +02:00 |
|
Frikky
|
a65ad252c2
|
Rebuild time
|
2025-08-27 11:16:21 +02:00 |
|
Frikky
|
5b335f86f2
|
Merge pull request #1796 from PROCYDE/hotfix-helm-chart
fix template error in helm chart
|
2025-08-27 10:17:44 +02:00 |
|
Pascal Sthamer
|
451e603f5b
|
add pipeline to test the helm chart
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-08-27 10:11:22 +02:00 |
|