stackspout/apps/flow/n8n/n8n-values-configmap.yaml

52 lines
1.2 KiB
YAML
Raw Normal View History

2024-02-18 09:09:41 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: stackspin-n8n-values
namespace: stackspout
data:
values.yaml: |
2024-02-20 09:54:33 +00:00
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
2024-05-24 06:00:32 +00:00
image:
2024-07-10 08:13:02 +00:00
tag: "1.47.3"
2024-05-24 06:00:32 +00:00
2024-02-18 09:09:41 +00:00
n8n:
encryption_key: "${encryption_key}"
commonLabels:
stackspin.net/backupSet: "n8n"
podLabels:
stackspin.net/backupSet: "n8n"
podAnnotations:
backup.velero.io/backup-volumes: "data"
persistence:
enabled: true
type: existing
existingClaim: "n8n-data"
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
2024-04-10 13:21:21 +00:00
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: frame-ancestors 'self' files.${domain}";
2024-02-18 09:09:41 +00:00
hosts:
- host: "${n8n_domain}"
2024-02-20 12:34:36 +00:00
paths: [ "/" ]
2024-02-18 09:09:41 +00:00
tls:
- secretName: n8n-tls
hosts:
- "${n8n_domain}"
2024-03-01 23:19:12 +00:00
config:
2024-02-18 09:09:41 +00:00
database:
type: sqlite
2024-03-01 23:19:12 +00:00
host: "${n8n_domain}"
port: 443
protocol: https
2024-03-01 23:31:01 +00:00
generic:
timezone: "Europe/Berlin"
extraEnv:
NODE_FUNCTION_ALLOW_EXTERNAL: "*"
#node-fetch