Skip to content

Commit

Permalink
fix(qldb): fix template variable names in service definition
Browse files Browse the repository at this point in the history
sxt-430

Signed-off-by: Mikeala Sheldt <mikaela@blockchaintp.com>
  • Loading branch information
MikaelaSheldt committed Sep 14, 2020
1 parent 6abcfe6 commit 9c717bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/daml-on-qldb/Chart.yaml
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.14
version: 0.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
8 changes: 4 additions & 4 deletions charts/daml-on-qldb/templates/310-daml-on-qldb-svc.yaml
Expand Up @@ -3,16 +3,16 @@
apiVersion: v1
kind: Service
metadata:
name: {{.Values.name}}-svc
namespace: {{.Values.namespace}}
name: {{.Values.deployment.name}}-svc
namespace: {{.Values.deployment.namespace}}
labels:
app: {{.Values.name}}
app: {{.Values.deployment.name}}
spec:
ports:
- port: 39000
protocol: TCP
targetPort: 39000
name: ledger-api
selector:
app: {{.Values.name}}
app: {{.Values.deployment.name}}
---

0 comments on commit 9c717bf

Please sign in to comment.