diff --git a/kustomize/consensus-layer-svc.yaml b/kustomize/consensus-layer-svc.yaml index 85cdac1..1175601 100644 --- a/kustomize/consensus-layer-svc.yaml +++ b/kustomize/consensus-layer-svc.yaml @@ -19,14 +19,14 @@ spec: port: 5054 protocol: TCP targetPort: metrics - - name: peeringTcp + - name: peering-tcp port: 9000 protocol: TCP - targetPort: peeringtcp - - name: peeringUdp + targetPort: peering-tcp + - name: peering-udp port: 9000 protocol: UDP - targetPort: peeringudp + targetPort: peering-udp - name: peering port: 9001 protocol: UDP diff --git a/kustomize/consensus-layer.yaml b/kustomize/consensus-layer.yaml index 403085e..0606360 100644 --- a/kustomize/consensus-layer.yaml +++ b/kustomize/consensus-layer.yaml @@ -31,6 +31,7 @@ spec: mountPath: /mnt/scripts - name: jwt-token-volume mountPath: /mnt/jwt + containers: - name: lighthouse image: sigp/lighthouse:v5.1.3-modern imagePullPolicy: IfNotPresent @@ -44,10 +45,10 @@ spec: - name: metrics containerPort: 5054 protocol: TCP - - name: peeringTcp + - name: peering-tcp containerPort: 9000 protocol: TCP - - name: peeringUdp + - name: peering-udp containerPort: 9000 protocol: UDP - name: peering