Compare commits
1 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2136cffa20 |
@@ -13,7 +13,7 @@ spec:
|
|||||||
postgres-password: |-
|
postgres-password: |-
|
||||||
{{ .psql }}
|
{{ .psql }}
|
||||||
N8N_ENCRYPTION_KEY: |-
|
N8N_ENCRYPTION_KEY: |-
|
||||||
{{ .enc_pass }}
|
{{ .enc-pass }}
|
||||||
data:
|
data:
|
||||||
- secretKey: psql
|
- secretKey: psql
|
||||||
sourceRef:
|
sourceRef:
|
||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
metadataPolicy: None
|
metadataPolicy: None
|
||||||
key: 2a9deb39-ef22-433e-a1be-df1555625e22
|
key: 2a9deb39-ef22-433e-a1be-df1555625e22
|
||||||
property: fields[13].value
|
property: fields[13].value
|
||||||
- secretKey: enc_pass
|
- secretKey: enc-pass
|
||||||
sourceRef:
|
sourceRef:
|
||||||
storeRef:
|
storeRef:
|
||||||
name: vaultwarden-login
|
name: vaultwarden-login
|
||||||
|
|||||||
@@ -4,13 +4,6 @@ nodeSelector:
|
|||||||
db:
|
db:
|
||||||
type: postgresdb
|
type: postgresdb
|
||||||
|
|
||||||
podSecurityContext:
|
|
||||||
fsGroup: 1000
|
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 1000
|
|
||||||
runAsGroup: 1000
|
|
||||||
|
|
||||||
main:
|
main:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@@ -26,17 +19,17 @@ main:
|
|||||||
|
|
||||||
worker:
|
worker:
|
||||||
mode: queue
|
mode: queue
|
||||||
# persistence:
|
persistence:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# existingClaim: n8n-home
|
existingClaim: n8n-home
|
||||||
# mountPath: /home/node/.n8n
|
mountPath: /home/node/.n8n
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
url: https://n8n.hexor.cy
|
url: https://n8n.hexor.cy
|
||||||
# persistence:
|
persistence:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# existingClaim: n8n-home
|
existingClaim: n8n-home
|
||||||
# mountPath: /home/node/.n8n
|
mountPath: /home/node/.n8n
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user