refactor(apps): consolidate Fillcode HelmReleases
这个提交包含在:
@@ -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
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
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:
|
metadata:
|
||||||
name: fillcode-whoami
|
name: fillcode-whoami
|
||||||
namespace: apps
|
namespace: apps
|
||||||
@@ -26,4 +53,4 @@ spec:
|
|||||||
hosts:
|
hosts:
|
||||||
- host: whoami.fillcode.com
|
- host: whoami.fillcode.com
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
@@ -3,11 +3,10 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- certificate-fillcode-com.yaml
|
- certificate-fillcode-com.yaml
|
||||||
- certificate-sinceai-com.yaml
|
- certificate-sinceai-com.yaml
|
||||||
- helmrelease-fillcode-website.yaml
|
|
||||||
- helmrelease-halo.yaml
|
|
||||||
- ingress-fillcode.yaml
|
- ingress-fillcode.yaml
|
||||||
- ingress-halo-www.yaml
|
- ingress-halo-www.yaml
|
||||||
- ingress-halo-static.yaml
|
- ingress-halo-static.yaml
|
||||||
- ingress-sinceai-shop.yaml
|
- ingress-sinceai-shop.yaml
|
||||||
- helmrelease-whoami.yaml
|
|
||||||
- helmrelease-rustdesk.yaml
|
- helmrelease-rustdesk.yaml
|
||||||
|
- helmrelease-fillcode.yaml
|
||||||
|
- helmrelease-halo.yaml
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户