feat(nginx): 新增nginx ingress配置

这个提交包含在:
2024-04-12 14:23:13 +08:00 未验证
父节点 c42a9b6e05
当前提交 4ab8e25766
修改 14 个文件,包含 119 行新增90 行删除
+11 -11
查看文件
@@ -43,18 +43,18 @@ spec:
LANGS: zh-CN,en-US
NAMES: 简体中文,English
extraVolumes:
- name: gitea-custom-templates-volume
configMap:
name: gitea-custom-templates
items:
- key: home.tmpl
path: home.tmpl
- key: extra_links.tmpl
path: custom/extra_links.tmpl
- name: gitea-custom-templates-volume
configMap:
name: gitea-custom-templates
items:
- key: home.tmpl
path: home.tmpl
- key: extra_links.tmpl
path: custom/extra_links.tmpl
extraContainerVolumeMounts:
- name: gitea-custom-templates-volume
readOnly: true
mountPath: /data/gitea/templates
- name: gitea-custom-templates-volume
readOnly: true
mountPath: /data/gitea/templates