-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
51 lines (51 loc) · 1.12 KB
/
Copy pathhelmrelease.yaml
File metadata and controls
51 lines (51 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
# yaml-language-server: $schema=https://schemas.mafyuh.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app n8n
spec:
interval: 15m
chartRef:
kind: OCIRepository
name: *app
values:
commonAnnotations:
reloader.stakater.com/auto: "true"
fullnameOverride: "n8n"
image:
repository: ghcr.io/n8n-io/n8n
tag: 2.36.5
pullPolicy: IfNotPresent
config:
timezone: America/New_York
webhook:
url: "https://${N8N_HOST}"
queueMode:
enabled: false
replicaCount: 1
resources:
main:
requests:
cpu: 50m
memory: 512Mi
limits:
cpu: "1"
memory: 1Gi
database:
type: postgresdb
useExternal: true
host: "oke-cluster-primary.databases.svc.cluster.local"
port: 5432
database: n8n
schema: public
user: n8n
passwordSecret:
name: oke-cluster-pguser-n8n
key: password
ssl:
enabled: false
redis:
enabled: false
secretRefs:
existingSecret: n8n-secrets