Skip to content

Commit

Permalink
feat(xatu-server): Allow omitting replicas (#313)
Browse files Browse the repository at this point in the history
* feat(xatu-server): Make replicas optional

* feat(xatu-server): Make replicas optional
  • Loading branch information
samcm authored Jun 18, 2024
1 parent e472e1a commit c6da1a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/xatu-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: xatu-server
description: Ethereum p2p monitoring tool that collects events from and controls various Xatu clients.
home: https://github.com/ethpandaops/xatu
type: application
version: 0.0.12
version: 0.0.13
maintainers:
- name: samcm
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/xatu-server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# xatu-server

![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Ethereum p2p monitoring tool that collects events from and controls various Xatu clients.

Expand Down
2 changes: 2 additions & 0 deletions charts/xatu-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ spec:
strategy:
{{- toYaml .Values.strategy | nindent 4 }}
{{- end }}
{{- if ne .Values.replicas nil }}
replicas: {{ .Values.replicas }}
{{- end }}
selector:
matchLabels:
{{- include "xatu-server.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit c6da1a6

Please sign in to comment.