Skip to content

Commit

Permalink
trivial. add params to tks-admin-console
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Nov 21, 2022
1 parent 634d77b commit 5710ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tks-apis/templates/tks-admin-console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ spec:
"-info-port", "{{ .Values.tksadminconsole.args.infoPort }}",
"-contract-address", "{{ .Values.tksadminconsole.args.contractAddress }}",
"-contract-port", "{{ .Values.tksadminconsole.args.contractPort }}",
"-lcm-address", "{{ .Values.tksadminconsole.args.lcmAddress }}",
"-lcm-port", "{{ .Values.tksadminconsole.args.lcmPort }}",
"-argo-address", "{{ .Values.tksadminconsole.args.argoAddress }}",
"-argo-port", "{{ .Values.tksadminconsole.args.argoPort }}",
"-web-root", "{{ .Values.tksadminconsole.args.webRoot }}",
"-jwt-secret", "{{ .Values.tksadminconsole.args.jwtSecret }}",
"-kubeconfig-path", "{{ .Values.tksadminconsole.args.kubeconfigPath }}",
"-dbhost", "{{ .Values.db.dbUrl }}",
"-dbport", "{{ .Values.db.dbPort }}",
"-dbuser", "{{ .Values.db.dbUser }}",
Expand Down
1 change: 1 addition & 0 deletions tks-apis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ tksadminconsole:
argoPort: 2746
webRoot: ../../web
jwtSecret: tks-admin-console-secret
kubeconfigPath: ""

ingress:
enabled: false
Expand Down

0 comments on commit 5710ce4

Please sign in to comment.