Skip to content

Commit

Permalink
add new management endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chococatson committed Jan 23, 2024
1 parent a72c944 commit bcb83f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ltps-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for LTPS-UI
name: ltps-ui
version: 0.3.9
version: 0.4.0
1 change: 1 addition & 0 deletions ltps-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ spec:
"--config.reconEnabled={{ .Values.config.reconEnabled }}",
"--config.wdstuEnabled={{ .Values.config.wdstuEnabled }}",
"--config.llisEnabled={{ .Values.config.llisEnabled }}",
"--management.endpoints.web.exposure.include={{ .Values.management.endpoints.web.exposure.include }}",
{{- if and .Values.devmode.enabled .Values.devmode.puid }}
"--devMode.puid={{ .Values.devmode.puid }}"
{{- end }}
Expand Down
6 changes: 6 additions & 0 deletions ltps-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ config:
reconEnabled: true
wdstuEnabled: true
llisEnabled: true

management:
endpoints:
web:
exposure:
include: health,info

devmode:
enabled: false
Expand Down

0 comments on commit bcb83f5

Please sign in to comment.