Forgejo CI/CDワークフローとKubernetesマニフェストを追加
- 追加******************** 自動ビルドとデプロイメント - ConfigMap、デプロイメント、サービスマニフェストでk8s/ディレクトリを追加 - Dockerfile を更新してポート 80 を公開 (k8s config の一致) - .gitignore を .forgejo ディレクトリ...
Add checkbox linking feature for preferred names to legal names in profile settings
Remove webpack CSS override that was breaking Tailwind CSS processing
Add missing autoprefixer to PostCSS config - fixes CSS rendering issues
Replace Tailwind v4 with v3 - remove @tailwindcss/postcss, add tailwindcss v3
Fix PostCSS config to use standard Tailwind plugin instead of v4 plugin
Add K2M1 TCP connectivity pre-check with retries
Before attempting kubectl operations, verify TCP connection to 10.8.2.1:6443 - Tests TCP connection 3 times with 5 second delays between attempts - Provides cle...
Add K2M1 secret validation and connection diagnostics
- Validate K2M1_KUBECONFIG_B64 secret exists and is not empty - Show kubeconfig file size for debugging - Add cluster-info test with timeout before deployment -...
Simplify K2M1 workflow to exactly match kamo-login
Removed all continue-on-error flags and debugging code. K2M1 deployment now uses the exact same approach as kamo-login which works. Both servers (K1M1 and K2M1)...
Make K2M1 deployment steps continue-on-error
K2M1 cluster at 10.8.2.1 is not reachable (ping and port 6443 timeout). Adding continue-on-error to all K2M1 steps so builds succeed when K1M1 deploys successfu...
K2M1接続とkubeconfigデバッグを追加
・K2M1導入前の接続テストを追加(ping and port check) - K2M1 KUBECONFIG B64 シークレットの検証チェックを追加 - kubeconfigファイルサイズ検証を追加 - これらのチェックは、K2M1の展開が失敗する理由を診断するのに役立ちます
Fix Redis接続とk8sデプロイ設定
- YAML インラインではなく k8s ディレクトリファイルを使用するワークフローを更新する - ConfigMapを再構成して、個々の env var キーを適切に envFrom サポートに使用する - 展開から不要な.envボリュームマウントを削除します - 使用するRedis接続を修正************...
Fix Redis接続とCI / CDワークフローを更新する
- インライン生成ではなく既存のk8sマニフェストを使用するワークフローを更新する - Redisのホスト名が'redis'から********************に落ちるのを修正 - ConfigMapをmultiline .envから適切な envFrom 注射用のフラットキー値のペアに変換 - 展開から不要な...