Skip to content

Commit 7a4df4e

Browse files
authored
Merge pull request #58 from stellar/ANCHOR-408
ANCHOR-408 helm-charts/sep-service observer port is fixed
2 parents 42f6097 + 68ca452 commit 7a4df4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/anchor-platform/sep-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ maintainers:
77
sources:
88
- https://github.com/stellar/java-stellar-anchor-sdk
99
name: sep
10-
version: 0.3.95
10+
version: 0.3.96

charts/anchor-platform/sep-service/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spec:
202202
containerPort: {{ $stellarObserverDeployment.port | default 8083 }}
203203
protocol: TCP
204204
- name: metrics
205-
containerPort: 8082
205+
containerPort: 18083
206206
protocol: TCP
207207
{{- if (.Values.deployment).env }}
208208
env:
@@ -234,4 +234,4 @@ spec:
234234
secretName: {{ $secret.name }}
235235
{{- end }}
236236
{{- end }}
237-
{{- end }}
237+
{{- end }}

0 commit comments

Comments
 (0)