enabled sftp
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
This commit is contained in:
@@ -217,7 +217,7 @@ common:
|
||||
existingSecret: false
|
||||
# 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
|
||||
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
|
||||
datagridCredentials:
|
||||
@@ -675,7 +675,7 @@ inboundWorker:
|
||||
targetPort: 9443
|
||||
|
||||
sftpService:
|
||||
enabled: false
|
||||
enabled: true
|
||||
type: NodePort
|
||||
ports:
|
||||
- name: ssh
|
||||
|
||||
Reference in New Issue
Block a user