Versions Compared

Key

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

...

Code Block
...
    spec:
      containers:
      - env:
        # This is an example of overrideing the mongo uri
        - name: modelop.mongodb-uri
          value: mongodb://modelop:modelop1234@mocaasin-prime.cluster-ccnbmpfpbzjf.us-east-2.docdb.amazonaws.com:27017/test?ssl=true&retryWrites=false
        # This is an example of overrideing the mongojira url
        - name: modelop.jira-url
          value: http://jira.qa.octopus.modelop.center
        # This is an example of specifing the aconfig wholelocation file
        # see https://docs.spring.io/spring-boot/docs/1.4.1.RELEASE/reference/html/boot-features-external-config.html
        - name: spring.config.location
          value: classpath:/default.properties,classpath:/override.properties

...