feat(nginx): 新增nginx ingress配置
这个提交包含在:
+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
|
||||
|
||||
|
||||
|
||||
|
||||
在新议题中引用
屏蔽一个用户