enabled sftp
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2026-01-21 17:42:42 +11:00
parent bd1ed71ac4
commit a83164397c

View File

@@ -217,7 +217,7 @@ common:
existingSecret: false existingSecret: false
# Values if not using existing secret # Values if not using existing secret
# This secret allow Fusion to send emails from a valid email address that you control. Fill in with valid, preexisting credentials # This secret allow Fusion to send emails from a valid email address that you control. Fill in with valid, preexisting credentials
password: "" # base 64 encoded credentials: printf 'mypassword' | base64 -w 0 password: "dp-admin@apilab.us" # base 64 encoded credentials: printf 'mypassword' | base64 -w 0
# datagrid-credentials secret settings - could be valkey or other inmemory db perhaps # datagrid-credentials secret settings - could be valkey or other inmemory db perhaps
datagridCredentials: datagridCredentials:
@@ -675,7 +675,7 @@ inboundWorker:
targetPort: 9443 targetPort: 9443
sftpService: sftpService:
enabled: false enabled: true
type: NodePort type: NodePort
ports: ports:
- name: ssh - name: ssh