diff --git a/flux/apps/helmrelease-fillcode-website.yaml b/flux/apps/helmrelease-fillcode-website.yaml deleted file mode 100644 index 7c74e26..0000000 --- a/flux/apps/helmrelease-fillcode-website.yaml +++ /dev/null @@ -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 diff --git a/flux/apps/helmrelease-whoami.yaml b/flux/apps/helmrelease-fillcode.yaml similarity index 52% rename from flux/apps/helmrelease-whoami.yaml rename to flux/apps/helmrelease-fillcode.yaml index 4847386..fb3e323 100644 --- a/flux/apps/helmrelease-whoami.yaml +++ b/flux/apps/helmrelease-fillcode.yaml @@ -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: - - / + - / \ No newline at end of file diff --git a/flux/apps/kustomization.yaml b/flux/apps/kustomization.yaml index ba5a9c6..4c4bd3d 100644 --- a/flux/apps/kustomization.yaml +++ b/flux/apps/kustomization.yaml @@ -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