Skip to content

Commit

Permalink
feat: update apollo chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Jul 12, 2024
1 parent 39163a7 commit 3d3d6dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/apollo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers:
url: https://github.com/dellnoantechnp/helm-chart-xxl-job-admin
name: apollo
type: application
version: 0.8.0
version: 0.8.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
18 changes: 11 additions & 7 deletions charts/apollo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ db:
port: 3306
dbName: ApolloConfigDB
# apolloconfigdb user name
userName: "abc"
userName: ""
# apolloconfigdb password
password: "abc"
password: ""
connectionStringProperties: characterEncoding=utf8&useSSL=false

## @param service: create a externalName service for foreign database endpoint
Expand All @@ -35,8 +35,10 @@ db:
port: 3306
type: ClusterIP

## @param autoInitDatabase: auto init base table schema.
##
autoInitDatabase:
enabled: true
enabled: false
initContainer:
registry: "docker.io"
repository: mysql
Expand All @@ -49,9 +51,9 @@ db:
port: 3306
dbName: ApolloPortalDB
# apolloportaldb user name
userName: "abc"
userName: ""
# apolloportaldb password
password: "abc"
password: ""
connectionStringProperties: characterEncoding=utf8&useSSL=false

## @param service: create a externalName service for foreign database endpoint
Expand All @@ -63,8 +65,10 @@ db:
port: 3306
type: ClusterIP

## @param autoInitDatabase: auto init base table schema.
##
autoInitDatabase:
enabled: true
enabled: false
initContainer:
registry: "docker.io"
repository: mysql
Expand Down Expand Up @@ -196,7 +200,7 @@ adminService:
portal:
## @param enabled: boolean value for install portal web-ui.
##
enabled: true
enabled: false

name: apollo-portal
fullNameOverride: ""
Expand Down

0 comments on commit 3d3d6dd

Please sign in to comment.