Skip to content

Commit

Permalink
fix: correct broken chart
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Dec 19, 2024
1 parent 2df9b7e commit e0ec043
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/all-in-one/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
targetPort: {{ $.Values.testHeadless1.ports.graphql }}
- name: libplanet-remote-kv-rpc
port: {{ $.Values.testHeadless1.remoteKv.port }}
targetPort: {{ $.Values.testHeadless.remoteKv.port }}
targetPort: {{ $.Values.testHeadless1.remoteKv.port }}
selector:
app: test-headless-1
type: LoadBalancer
Expand Down
6 changes: 6 additions & 0 deletions charts/all-in-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@ testHeadless1:
# Overrides the image tag whose default is the chart appVersion.
tag: ""

remoteKv:
image:
repository: ""
tag: ""
port: 5000

loggingEnabled: false
datadog:
enabled: false
Expand Down

0 comments on commit e0ec043

Please sign in to comment.