We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc44e commit 9836d2fCopy full SHA for 9836d2f
1 file changed
k8s/entry-service/deployment.yaml
@@ -44,6 +44,8 @@ spec:
44
value: axon-redis-master
45
- name: SPRING_DATA_REDIS_PORT
46
value: "6379"
47
+ - name: AXON_CORE_SERVICE_BASE_URL
48
+ value: http://core-service:8080
49
volumeMounts:
50
- name: config-volume
51
mountPath: /app/config
0 commit comments