fix(n8n): move all values under main component
This commit is contained in:
@@ -14,25 +14,26 @@ spec:
|
|||||||
name: n8n
|
name: n8n
|
||||||
namespace: n8n
|
namespace: n8n
|
||||||
values:
|
values:
|
||||||
deploymentStrategy:
|
main:
|
||||||
type: "Recreate"
|
config:
|
||||||
persistence:
|
generic:
|
||||||
enabled: true
|
timezone: "Europe/Berlin"
|
||||||
type: dynamic
|
secret:
|
||||||
storageClass: longhorn
|
n8n:
|
||||||
size: 2Gi
|
encryptionKey: ""
|
||||||
accessModes:
|
extraEnv:
|
||||||
- ReadWriteOnce
|
N8N_ENCRYPTION_KEY:
|
||||||
config:
|
valueFrom:
|
||||||
generic:
|
secretKeyRef:
|
||||||
timezone: "Europe/Berlin"
|
name: n8n-secret
|
||||||
secret:
|
key: N8N_ENCRYPTION_KEY
|
||||||
n8n:
|
WEBHOOK_URL: "https://n8n.net-scope.org"
|
||||||
encryptionKey: ""
|
deploymentStrategy:
|
||||||
extraEnv:
|
type: "Recreate"
|
||||||
N8N_ENCRYPTION_KEY:
|
persistence:
|
||||||
valueFrom:
|
enabled: true
|
||||||
secretKeyRef:
|
type: dynamic
|
||||||
name: n8n-secret
|
storageClass: longhorn
|
||||||
key: N8N_ENCRYPTION_KEY
|
size: 2Gi
|
||||||
WEBHOOK_URL: "https://n8n.net-scope.org"
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
|||||||
Reference in New Issue
Block a user