Skip to content

Brambling-Apps/brambling-note-be-java-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brambling Note Backend Java Helm Chart

Install

See Brambling-Apps/helm-chart-actions

values.yaml

global:
  postgresql:
    auth:
      username: "brambling-note"
      password: "mH7Ah0u7WgosNm1g"
      database: "brambling-note"
# Send verification email to user
smtp:
  host: ""
  port: "587"
  starttls: "true"
  ssl: "false"
  auth:
    enabled: "false"
    email: ""
    password: ""
verification_email:
  subject: "Verify your account"
  # %s is the placeholder of verification codes from verification email
  content: "Click this link to verify your account: http://brambling-note.local/verification/%s"

Usage

kubectl port-forward services/brambling-note-frontend-service <port-you-want>:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages