From f2f2f22a5de8907974da1d9fc3b3549b15bfaf39 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:54:57 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20ngnode-landing-page=20app-?= =?UTF-8?q?template=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ngnode/landing-page/app/helmrelease.yaml | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/kubernetes/apps/ngnode/landing-page/app/helmrelease.yaml b/kubernetes/apps/ngnode/landing-page/app/helmrelease.yaml index 40676bb43..d0804407b 100644 --- a/kubernetes/apps/ngnode/landing-page/app/helmrelease.yaml +++ b/kubernetes/apps/ngnode/landing-page/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: app-template - version: 1.5.1 + version: 2.0.3 sourceRef: kind: HelmRepository name: bjw-s @@ -27,11 +27,19 @@ spec: uninstall: keepHistory: false values: - controller: - replicas: 1 - image: - repository: ghcr.io/ngnodehq/landing-page - tag: v0.1.1 + controllers: + main: + containers: + main: + image: + repository: ghcr.io/ngnodehq/landing-page + tag: v0.1.1 + resources: + requests: + cpu: 5m + memory: 10Mi + limits: + memory: 400Mi service: main: ports: @@ -40,28 +48,28 @@ spec: ingress: main: enabled: true - ingressClassName: nginx + className: nginx annotations: external-dns.home.arpa/enabled: "true" hosts: - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" paths: - path: / - pathType: Prefix + service: + name: main + port: http - host: "www.ngnode.com" paths: - path: / - pathType: Prefix + service: + name: main + port: http - host: "ngnode.com" paths: - path: / - pathType: Prefix + service: + name: main + port: http tls: - hosts: - *host - resources: - requests: - cpu: 5m - memory: 10Mi - limits: - memory: 400Mi