feat(sol): add public edge ingress and tls
This commit is contained in:
@@ -16,7 +16,8 @@ This module bootstraps a single organization-scoped Gitea Actions runner for `tr
|
||||
1. Prepare the org registration token secret in `gitea-actions`.
|
||||
2. Apply the kustomize module on `sol`.
|
||||
3. Create or refresh the deployer kubeconfig and sync it to the `trade-next` org secrets.
|
||||
4. Push a workflow to `trade-gitops` and let the runner execute deployment jobs.
|
||||
4. Create or refresh the SSH key secret `SOL_SSH_PRIVATE_KEY_B64` for host-side automation.
|
||||
5. Push workflows to `trade-next` repositories and let the runner execute deployment jobs.
|
||||
|
||||
## Bootstrap Commands
|
||||
|
||||
@@ -24,6 +25,7 @@ From the repository root:
|
||||
|
||||
```bash
|
||||
./bootstrap/gitea-actions/scripts/bootstrap-sol.sh
|
||||
./bootstrap/gitea-actions/scripts/sync-sol-ssh-org-secret.sh
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user