Skip to content

Commit

Permalink
[OPIK-94] add frontend auto reloader (#271)
Browse files Browse the repository at this point in the history
* OPIK-94 add frontend auto-reloader

* Update Helm documentation

* OPIK-94 remove default value

* Update Helm documentation

---------

Co-authored-by: CometActions <[email protected]>
Co-authored-by: Liya Katz <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent 04222a6 commit ed0aa79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deployment/helm_chart/opik/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
labels:
{{- include "opik.labels" $ | nindent 4 }}
component: {{ include "opik.name" $ }}-{{ $key | lower }}
{{- with $value.annotations }}
annotations: {{ . | toYaml | nindent 4 }}
{{- end }}
spec:
{{- if not $value.autoscaling.enabled }}
replicas: {{ $value.replicaCount }}
Expand Down
1 change: 0 additions & 1 deletion deployment/helm_chart/opik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ component:
items:
- key: default.conf
path: default.conf

service:
type: ClusterIP
ports:
Expand Down

0 comments on commit ed0aa79

Please sign in to comment.