⬆️ ngnode-landing-page app-template v2

This commit is contained in:
auricom
2023-11-04 21:54:57 +01:00
parent 251a4c46cd
commit f2f2f22a5d

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 1.5.1 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -27,11 +27,19 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: controllers:
replicas: 1 main:
image: containers:
repository: ghcr.io/ngnodehq/landing-page main:
tag: v0.1.1 image:
repository: ghcr.io/ngnodehq/landing-page
tag: v0.1.1
resources:
requests:
cpu: 5m
memory: 10Mi
limits:
memory: 400Mi
service: service:
main: main:
ports: ports:
@@ -40,28 +48,28 @@ spec:
ingress: ingress:
main: main:
enabled: true enabled: true
ingressClassName: nginx className: nginx
annotations: annotations:
external-dns.home.arpa/enabled: "true" external-dns.home.arpa/enabled: "true"
hosts: hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
- host: "www.ngnode.com" - host: "www.ngnode.com"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
- host: "ngnode.com" - host: "ngnode.com"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
tls: tls:
- hosts: - hosts:
- *host - *host
resources:
requests:
cpu: 5m
memory: 10Mi
limits:
memory: 400Mi