feat(infra-gitops): add custom template volume mounts for Gitea HelmRelease

这个提交包含在:
rohow
2026-05-28 16:29:39 +08:00
未验证
父节点 f6d959e7ea
当前提交 76f4c35f7d
@@ -99,3 +99,14 @@ spec:
value: "redis://:$(REDIS_PASSWORD)@valkey-cluster-headless.infra-data:6379/0?pool_size=100&idle_timeout=180s"
valkey-cluster:
enabled: false
extraVolumes:
- name: gitea-custom-templates-volume
configMap:
name: gitea-custom-templates
extraContainerVolumeMounts:
- name: gitea-custom-templates-volume
subPath: home.tmpl
mountPath: /data/gitea/templates/home.tmpl
- name: gitea-custom-templates-volume
subPath: extra_links.tmpl
mountPath: /data/gitea/templates/custom/extra_links.tmpl