Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/ace/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ dependencies:
repository: file://../platform-opscenter
version: v2026.1.15
digest: sha256:7dfceb7b148a69deda78c4b0b52682e1bb85e72f98791174dc535762ad8aadc2
generated: "2026-01-07T09:47:09.959432+06:00"
generated: "2026-01-20T21:39:34.783116045+06:00"
8 changes: 0 additions & 8 deletions charts/platform-api/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: metrics
selector:
{{- include "platform-api.selectorLabels" . | nindent 4 }}

Expand All @@ -37,10 +33,6 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: metrics
# selector needed to create pods dns name
selector:
{{- include "platform-api.selectorLabels" . | nindent 4 }}
2 changes: 1 addition & 1 deletion charts/platform-api/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spec:
{{- include "platform-api.selectorLabels" . | nindent 6 }}
endpoints:
- path: /metrics
port: metrics
port: http
scheme: http
{{- end }}