|
6b6adf3535
|
feat(service): 修改服务目标端口
- 将 service.yaml 文件中的 targetPort 从 80 改为 8000
- 此修改是为了更好地适应应用的实际需求
|
2024-12-06 12:18:34 +08:00 |
|
|
c72c48d137
|
build(deployment): 更新 nginx 容器镜像
- 将 nginx 容器镜像从 docker.m.ixdev.cn/library/nginx:latest 更改为 registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:latest
|
2024-12-06 12:15:14 +08:00 |
|
|
8bf099c14d
|
http
|
2024-11-16 01:22:46 +08:00 |
|
|
33289dc90d
|
traefik
|
2024-11-16 01:17:55 +08:00 |
|
|
6a8bdb4c33
|
ng
|
2024-11-16 01:01:16 +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 |
|
|
41b0dd5753
|
fix: remove namespace from letsencrypt issuer configuration
|
2024-11-16 00:31:27 +08:00 |
|
|
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 |
|