Skip to content

Commit

Permalink
Merge pull request #363 from celo-org/jcotejoso/op-geth-p2p-fix
Browse files Browse the repository at this point in the history
Filter pod traffic for p2p services
  • Loading branch information
jcortejoso authored Aug 1, 2024
2 parents 29814eb + e78c498 commit 53fdb8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/op-geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: op-geth
apiVersion: v2
version: 0.2.8
version: 0.2.9
description: Celo implementation for op-geth execution engine (Optimism Rollup)
home: https://clabs.co
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/op-geth/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# op-geth

![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)

Celo implementation for op-geth execution engine (Optimism Rollup)
Initially based on [dysnix/charts/op-geth](https://github.com/dysnix/charts/tree/main/dysnix/op-geth).
Expand Down
2 changes: 2 additions & 0 deletions charts/op-geth/templates/service-p2p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
protocol: TCP
selector:
{{- include "op-geth.selectorLabels" $ | nindent 4 }}
statefulset.kubernetes.io/pod-name: {{ template "op-geth.fullname" $ }}-{{ $index }}
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -82,6 +83,7 @@ spec:
protocol: UDP
selector:
{{- include "op-geth.selectorLabels" $ | nindent 4 }}
statefulset.kubernetes.io/pod-name: {{ template "op-geth.fullname" $ }}-{{ $index }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 53fdb8b

Please sign in to comment.