Skip to content

Commit

Permalink
Merge pull request #58 from stellar/ANCHOR-408
Browse files Browse the repository at this point in the history
ANCHOR-408 helm-charts/sep-service observer port is fixed
  • Loading branch information
reecexlm authored Aug 8, 2023
2 parents 42f6097 + 68ca452 commit 7a4df4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/anchor-platform/sep-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
sources:
- https://github.com/stellar/java-stellar-anchor-sdk
name: sep
version: 0.3.95
version: 0.3.96
4 changes: 2 additions & 2 deletions charts/anchor-platform/sep-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spec:
containerPort: {{ $stellarObserverDeployment.port | default 8083 }}
protocol: TCP
- name: metrics
containerPort: 8082
containerPort: 18083
protocol: TCP
{{- if (.Values.deployment).env }}
env:
Expand Down Expand Up @@ -234,4 +234,4 @@ spec:
secretName: {{ $secret.name }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 7a4df4e

Please sign in to comment.