Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jun 5, 2024
1 parent 8b0e354 commit 112859b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
app:
next-app:
~needs: ["build-next-app"]
securityContext:
fsGroup: 101
runAsGroup: 101
runAsUser: 101
envFrom:
- secretRef:
name: api

api:
~needs: ["build-api"]

jobs:
runs:
build-next-app:
use: build
with:
context: ./next-app
imagePackage: next-app

build-strapi:
use: build
with:
imagePackage: api
context: ./api

0 comments on commit 112859b

Please sign in to comment.