feat(apps): add Fillcode website HelmRelease

这个提交包含在:
2026-08-24 15:57:41 +08:00 未验证
父节点 556d711ec8
当前提交 c2ca34e67e
修改 3 个文件,包含 37 行新增10 行删除
@@ -0,0 +1,25 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: fillcode-website
namespace: apps
spec:
interval: 30m
timeout: 15m
chart:
spec:
chart: website
version: 0.0.1
sourceRef:
kind: HelmRepository
name: devcm-repo
namespace: infra-gitops
interval: 12h
values:
ingress:
main:
enabled: true
tls:
- hosts:
- fillcode.com
secretName: fillcode-com-crt
+1
查看文件
@@ -3,6 +3,7 @@ kind: Kustomization
resources:
- certificate-fillcode-com.yaml
- certificate-sinceai-com.yaml
- helmrelease-fillcode-website.yaml
- helmrelease-halo.yaml
- ingress-fillcode.yaml
- ingress-halo-www.yaml