feat(apps): restructure apps deployment, add Penpot HelmRelease, and refactor CDN ingress

这个提交包含在:
2026-05-22 16:18:32 +08:00 未验证
父节点 c994697d7a
当前提交 15522bbaa8
修改 24 个文件,包含 292 行新增75 行删除
+4 -4
查看文件
@@ -2,6 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- apps-sources.yaml
- apps-secrets.yaml
- apps.yaml
- apps-post.yaml
patches:
- target:
kind: Kustomization
@@ -43,7 +47,3 @@ patches:
kind: Kustomization
name: infra-gitops-post
path: infra-gitops-post.yaml
- target:
kind: Kustomization
name: apps
path: apps.yaml