Skip to content

Commit

Permalink
Add ingress service name to helm chart (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto523 committed Feb 23, 2023
1 parent d749667 commit b949839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/ingress/eks/fuel-core-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
pathType: Prefix
backend:
service:
name: ${fuel_core_service_name}-service
name: ${fuel_core_ingress_service_name}
port:
number: ${fuel_core_ingress_http_port}
tls:
Expand Down
3 changes: 2 additions & 1 deletion deployment/scripts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ fuel_core_reserved_nodes="/dns4/test.test.svc.cluster.local/tcp/30333/p2p/16Uiu2
# Ingress Environment variables
fuel_core_ingress_dns="node.example.com"
fuel_core_ingress_secret="node-example-com"
fuel_core_ingress_http_port="80"
fuel_core_ingress_http_port="80"
fuel_core_ingress_service_name="fuel-core-service"

0 comments on commit b949839

Please sign in to comment.