Skip to content

Commit

Permalink
needs
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Feb 29, 2024
1 parent 81ce04f commit e95dac7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ api:

api-node:
~chart: app
~needs: [build-api-node]
~needs: [build-api-node, pg-api-node]
containerPort: 3000
imagePackage: api-node
host: "{{ tpl .Values.global.apiNodeHost . }}"
Expand Down Expand Up @@ -167,7 +167,6 @@ flower:
- name: FLOWER_PERSISTENT
value: "True"


pg-api-node:
~chart: pg

Expand All @@ -183,7 +182,6 @@ cronjobs:
- secretRef:
name: api-node-sealed-secret


jobs:
runs:
build-api:
Expand Down

0 comments on commit e95dac7

Please sign in to comment.