We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42f6097 + 68ca452 commit 7a4df4eCopy full SHA for 7a4df4e
charts/anchor-platform/sep-service/Chart.yaml
@@ -7,4 +7,4 @@ maintainers:
7
sources:
8
- https://github.com/stellar/java-stellar-anchor-sdk
9
name: sep
10
-version: 0.3.95
+version: 0.3.96
charts/anchor-platform/sep-service/templates/deployment.yaml
@@ -202,7 +202,7 @@ spec:
202
containerPort: {{ $stellarObserverDeployment.port | default 8083 }}
203
protocol: TCP
204
- name: metrics
205
- containerPort: 8082
+ containerPort: 18083
206
207
{{- if (.Values.deployment).env }}
208
env:
@@ -234,4 +234,4 @@ spec:
234
secretName: {{ $secret.name }}
235
{{- end }}
236
237
-{{- end }}
+{{- end }}
0 commit comments