feat(deploy): 格式化代码

这个提交包含在:
2024-04-11 18:27:32 +08:00 未验证
父节点 15d9d4ff7a
当前提交 c42a9b6e05
修改 15 个文件,包含 79 行新增67 行删除
+2 -3
查看文件
@@ -56,6 +56,5 @@ spec:
readOnly: true
mountPath: /data/gitea/templates
+11 -8
查看文件
@@ -5,12 +5,15 @@ metadata:
namespace: infra-devops
spec:
entryPoints:
- websecure
- websecure
routes:
- kind: Rule
match: Host(`git.dev.cm`)
services:
- kind: Service
name: gitea-http
namespace: infra-devops
port: 3000
- kind: Rule
match: Host(`git.dev.cm`)
middlewares:
- name: compress
- name: cache
services:
- kind: Service
name: gitea-http
namespace: infra-devops
port: 3000
+6 -6
查看文件
@@ -5,10 +5,10 @@ metadata:
namespace: infra-devops
spec:
entryPoints:
- ssh
- ssh
routes:
- match: HostSNI(`*`)
services:
- name: gitea-ssh
namespace: infra-devops
port: 22
- match: HostSNI(`*`)
services:
- name: gitea-ssh
namespace: infra-devops
port: 22