Compare commits
7 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecacc6efeb | ||
| 98d6d53b09 | |||
| 0f28d93647 | |||
| 16b3a7fdcb | |||
|
|
8952396c9b | ||
| 88e5b5f1b7 | |||
|
|
6f8ca40108 |
@@ -10,10 +10,8 @@ spec:
|
||||
template:
|
||||
type: Opaque
|
||||
data:
|
||||
postgres-password: |-
|
||||
{{ .psql }}
|
||||
N8N_ENCRYPTION_KEY: |-
|
||||
{{ .enc_pass }}
|
||||
postgres-password: "{{ .psql | trim }}"
|
||||
N8N_ENCRYPTION_KEY: "{{ .enc_pass | trim }}"
|
||||
data:
|
||||
- secretKey: psql
|
||||
sourceRef:
|
||||
|
||||
@@ -5,12 +5,6 @@ db:
|
||||
type: postgresdb
|
||||
|
||||
main:
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
@@ -25,23 +19,21 @@ main:
|
||||
|
||||
worker:
|
||||
mode: queue
|
||||
# persistence:
|
||||
# enabled: true
|
||||
# existingClaim: n8n-home
|
||||
# mountPath: /home/node/.n8n
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: n8n-home
|
||||
mountPath: /home/node/.n8n
|
||||
|
||||
webhook:
|
||||
url: https://n8n.hexor.cy
|
||||
# persistence:
|
||||
# enabled: true
|
||||
# existingClaim: n8n-home
|
||||
# mountPath: /home/node/.n8n
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
|
||||
existingEncryptionKeySecret: credentials
|
||||
|
||||
externalPostgresql:
|
||||
existingSecret: postgres-password
|
||||
existingSecret: credentials
|
||||
host: "psql.psql.svc"
|
||||
username: "n8n"
|
||||
database: "n8n"
|
||||
|
||||
Reference in New Issue
Block a user