8 Commits

Author SHA1 Message Date
Alexander Rogov
ea57d44228 fix: enable search (fix opensearch security, enable es, bump web memory)
- Fix OpenSearch security plugin: change "true" string to true boolean
  in cluster.yaml to actually disable security (TLS + auth)
- Enable elasticsearch in mastodon connecting to shared-os cluster
  (port 9200, TLS disabled, single_node_cluster preset)
- Enable deploySearch hook to build search indexes
- Increase mastodon-web memory limit from 512Mi to 1Gi to fix OOMKill
2026-07-13 00:11:51 +03:00
Alexander Rogov
0e57f7aaba insecure os 2026-07-12 22:50:21 +03:00
Alexander Rogov
8b1854604b opensearch: v3 operator + 3-node cluster 2026-07-12 18:42:28 +03:00
Alexander Rogov
288e9ff25a fix opensearch readiness probes to use https 2026-07-12 17:42:32 +03:00
Alexander Rogov
994479a817 add accessModes to opensearch cluster pvc config 2026-07-12 17:14:44 +03:00
Alexander Rogov
313c1bbd98 add os password 2026-07-12 17:10:29 +03:00
Alexander Rogov
e22e3dabb3 fix opensearch cluster apiVersion to opensearch.org/v1 2026-07-12 16:59:48 +03:00
Alexander Rogov
a7b94cb3fa migrate opensearch to operator pattern (operator + cluster CR) 2026-07-12 16:50:51 +03:00