Skip to content

Commit

Permalink
add load balancer service
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 19, 2022
1 parent 3a517ff commit 264357c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions charts/tezos-signer-forwarder/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: tezos-remote-signer-forwarding-ingress
spec:
type: LoadBalancer
selector:
app: tezos-remote-signer-forwarder
ports:
- port: ${{ .Values.tunnel_endpoint_port }}
name: tunnel
2 changes: 1 addition & 1 deletion charts/tezos-signer-forwarder/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
images:
tezos_signer_forwarder: localhost/tezos-k8s-signer-forwarder:dev
tezos_signer_forwarder: localhost/tezos-k8s-signerforwarder:dev

# the public key that the server is expecting.
# The signer should authenticate with the corresponding secret key.
Expand Down

0 comments on commit 264357c

Please sign in to comment.