Skip to content

Commit 6f901e4

Browse files
bozgosuri
authored andcommitted
akashd rpc: listen on all interfaces (#415)
fixes #413
1 parent 89c12a3 commit 6f901e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_run/multi/akash-provider/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: AKASH_DEPLOYMENT_SERVICE_TYPE
3232
value: ClusterIP
3333
- name: AKASH_DEPLOYMENT_INGRESS_STATIC_HOSTS
34-
value: "false"
34+
value: "true"
3535
- name: AKASH_DEPLOYMENT_INGRESS_DOMAIN
3636
value: "{{ .Values.deployment.ingress.domain }}"
3737
ports:

0 commit comments

Comments
 (0)