refactor(apps): consolidate Fillcode HelmReleases

这个提交包含在:
2026-08-24 16:06:55 +08:00 未验证
父节点 c2ca34e67e
当前提交 79994c1b67
修改 3 个文件,包含 30 行新增29 行删除
+56
查看文件
@@ -0,0 +1,56 @@
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
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: fillcode-whoami
namespace: apps
spec:
interval: 30m
timeout: 15m
chart:
spec:
chart: whoami
version: 6.0.0
sourceRef:
kind: HelmRepository
name: cowboysysop
namespace: infra-gitops
interval: 12h
values:
ingress:
enabled: true
ingressClassName: nginx
tls:
- hosts:
- whoami.fillcode.com
secretName: fillcode-com-crt
hosts:
- host: whoami.fillcode.com
paths:
- /