9 Commits

Author SHA1 Message Date
cce50ca28e
Revert "fix: update cert-manager issuer names in ingress and issuer YAML files"
This reverts commit b85c4c0c8e395f20989c4f0395299a5bf41a71cb.
2024-11-16 00:31:10 +08:00
b85c4c0c8e
fix: update cert-manager issuer names in ingress and issuer YAML files 2024-11-16 00:30:17 +08:00
f8060fe203
fix: correct indentation and formatting in deployment, ingress, issuer, and service YAML files 2024-11-16 00:27:34 +08:00
ef6b453246
feat(ingress): add TLS configuration and cert-manager issuer for nginix 2024-11-16 00:25:08 +08:00
cb4613f913
refactor(deployment): 将应用从 gatewayyy 重命名为 nginix
- 更新了 deployment、ingress 和 service 文件中的应用名称
- 修改了相关的服务和 Ingress 资源名称
- 更新了容器镜像地址
2024-11-15 21:53:43 +08:00
b5c59cfd99
chore: 删除 gitops-sample 命名空间
- 移除了 namespace.yaml 文件,该文件定义了 gitops-sample 命名空间
- 此操作将删除集群中的 gitops-sample 命名空间及其所有资源
2024-11-15 00:23:57 +08:00
f637bfb800
feat: 添加 Ingress 和 Service 配置文件
- 新增 ingress.yaml 文件,定义 Ingress 资源以实现网络访问控制
- 新增 service.yaml 文件,创建 Service 以暴露应用程序端口
2024-11-15 00:18:19 +08:00
f1a3f3269d
build(deployment): 添加 http-bin 应用的 Deployment 配置
- 新增 deployment-2.yaml 文件
- 定义了一个名为 http-bin 的 Deployment
- 设置 replicas 为 1
- 使用 kennethreitz/httpbin 镜像创建容器
2024-11-15 00:17:56 +08:00
33828c7105
init 2024-11-14 23:36:01 +08:00