Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

env:
- name: SPRING_CONFIG_NAME
value: /path/to/${HOSTNAME}.yaml

For example considering the http participant replica, ${HOSTNAME} will be "policy-http-ppnt-0" and "policy-http-ppnt-1" and their
corresponding properties files with the
names "http-ppnt-0.yaml" and "http-ppnt-1.yaml" is volume mounted.

...