refactor(apps): consolidate Fillcode HelmReleases

这个提交包含在:
2026-08-24 16:06:55 +08:00 未验证
父节点 c2ca34e67e
当前提交 79994c1b67
修改 3 个文件,包含 30 行新增29 行删除
@@ -1,25 +0,0 @@
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,5 +1,32 @@
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
@@ -26,4 +53,4 @@ spec:
hosts:
- host: whoami.fillcode.com
paths:
- /
- /
+2 -3
查看文件
@@ -3,11 +3,10 @@ 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
- ingress-halo-static.yaml
- ingress-sinceai-shop.yaml
- helmrelease-whoami.yaml
- helmrelease-rustdesk.yaml
- helmrelease-fillcode.yaml
- helmrelease-halo.yaml