8 Commits

Author SHA1 Message Date
github-actions[bot]
3ca8651c1b Update deployment image to ghcr.io/suyiiyii/sims:main
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
2024-08-25 11:42:08 +00:00
11f4736081 refactor: update ingress.yaml to use pathType: Prefix
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
2024-08-25 12:43:25 +08:00
3a5617e77e refactor: update deployment.yaml to use shorter environment variable names
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
2024-08-25 12:37:15 +08:00
b88486f60d refactor: update secret.yaml and values.yaml
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
2024-08-25 12:34:12 +08:00
65c3ed655f feat(github-actions): 添加同步到Gitea仓库的工作流
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
2024-08-25 12:19:16 +08:00
f446e5daab Add environment variables for database and JWT secret
This commit modifies the deployment.yaml file to add environment variables for the database connection and JWT secret.
2024-08-25 12:15:23 +08:00
5bb00dc24e feat: add secret.yaml template for storing sensitive data
This commit adds a new file, secret.yaml, which is a template for storing sensitive data such as database credentials and JWT secret. The template includes placeholders for the values, which will be populated during deployment.
2024-08-25 11:11:18 +08:00
bf67d64594 init 2024-08-25 10:29:40 +08:00