Skip to content

Commit

Permalink
interop deploy: add to manifest template
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestranovich-noaa committed Sep 25, 2024
1 parent 2b4e6e0 commit 00bc002
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions manifests/manifest.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,29 @@ default_config: &defaults
- secrets

applications:
- name: weathergov-ENVIRONMENT
<<: *defaults
memory: 256M
instances: 1
random-route: false
# - name: cronish
# <<: *defaults
# no-route: true
# command: ./cronish.sh
# health-check-type: process
# memory: 128M
- name: weathergov-ENVIRONMENT
<<: *defaults
memory: 256M
instances: 1
random-route: false
# - name: cronish
# <<: *defaults
# no-route: true
# command: ./cronish.sh
# health-check-type: process
# memory: 128M

- name: api-weathergov-ENVIRONMENT
stack: cflinuxfs4
memory: 1G
instances: 1
buildpacks:
- nodejs_buildpack
env:
NEWRELIC_LICENSE: ((newrelic-license))
PRODUCTION: true
health-check-type: process
path: ../api-interop-layer
random-route: false
services:
- database

0 comments on commit 00bc002

Please sign in to comment.