File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords:
99 - finops
1010 - monitoring
1111 - opencost
12- version : 2.5.11
12+ version : 2.5.12
1313maintainers :
1414 - name : jessegoodier
1515 - name : toscott
Original file line number Diff line number Diff line change @@ -363,6 +363,8 @@ spec:
363363 name : custom-configs
364364 {{- end }}
365365 {{- if $cloudIntegrationSecretName }}
366+ - name : var-configs
367+ mountPath : /var/configs
366368 - name : cloud-integration
367369 mountPath : /var/configs/cloud-integration.json
368370 subPath : cloud-integration.json
@@ -496,13 +498,15 @@ spec:
496498 claimName : {{ include "opencost.fullname" . }}-pvc
497499 {{- end }}
498500 {{- if $cloudIntegrationSecretName }}
501+ - name : var-configs
502+ emptyDir : {}
499503 - name : cloud-integration
500504 secret :
501505 secretName : {{ $cloudIntegrationSecretName }}
502506 items :
503507 - key : cloud-integration.json
504508 path : cloud-integration.json
505- {{- end }}
509+ {{- end }}
506510 {{- if .Values.opencost.ui.enabled }}
507511 - name : opencost-ui-nginx-config-volume
508512 configMap :
Original file line number Diff line number Diff line change 4040 port : {{ default $.Values.opencost.ui.uiPort .port }}
4141 {{- end }}
4242 {{- end }}
43- {{- end }}
4443---
44+ {{- end }}
4545{{- if .Values.opencost.exporter.apiHttpRoute.enabled }}
4646apiVersion : gateway.networking.k8s.io/v1
4747kind : HTTPRoute
8484 port : {{ default $.Values.opencost.exporter.apiPort .port }}
8585 {{- end }}
8686 {{- end }}
87- {{- end }}
8887---
88+ {{- end }}
8989{{- if and .Values.opencost.mcp.enabled .Values.opencost.mcp.httpRoute.enabled }}
9090apiVersion : gateway.networking.k8s.io/v1
9191kind : HTTPRoute
Original file line number Diff line number Diff line change 3737 name : {{ $.Values.opencost.ui.ingress.servicePort }}
3838 {{- end }}
3939 {{- end }}
40- {{- end }}
4140---
41+ {{- end }}
4242{{- if .Values.opencost.exporter.apiIngress.enabled }}
4343apiVersion : networking.k8s.io/v1
4444kind : Ingress
7878 name : {{ $.Values.opencost.exporter.apiIngress.servicePort }}
7979 {{- end }}
8080 {{- end }}
81- {{- end }}
8281---
82+ {{- end }}
8383{{- if and .Values.opencost.mcp.enabled .Values.opencost.mcp.ingress.enabled }}
8484apiVersion : networking.k8s.io/v1
8585kind : Ingress
You can’t perform that action at this time.
0 commit comments