5 Commits

Author SHA1 Message Date
6b6adf3535
feat(service): 修改服务目标端口
- 将 service.yaml 文件中的 targetPort 从 80 改为 8000
- 此修改是为了更好地适应应用的实际需求
2024-12-06 12:18:34 +08:00
d42481d1a8
fix: correct spelling of 'nginix' to 'nginx' in deployment, ingress, and service YAML files 2024-11-16 00:57:04 +08:00
f8060fe203
fix: correct indentation and formatting in deployment, ingress, issuer, and service YAML files 2024-11-16 00:27:34 +08:00
cb4613f913
refactor(deployment): 将应用从 gatewayyy 重命名为 nginix
- 更新了 deployment、ingress 和 service 文件中的应用名称
- 修改了相关的服务和 Ingress 资源名称
- 更新了容器镜像地址
2024-11-15 21:53:43 +08:00
f637bfb800
feat: 添加 Ingress 和 Service 配置文件
- 新增 ingress.yaml 文件,定义 Ingress 资源以实现网络访问控制
- 新增 service.yaml 文件,创建 Service 以暴露应用程序端口
2024-11-15 00:18:19 +08:00