1
0

+ ADD standard heroku kpack php builder

This commit is contained in:
felegy
2025-08-18 08:21:34 +00:00
parent 7877f4dd90
commit 9c2a26a0d4
8 changed files with 88 additions and 0 deletions

23
k8s/7-builder.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: kpack.io/v1alpha2
kind: ClusterBuilder
metadata:
name: builder
namespace: kpack
spec:
tag: ghcr.io/hvg-dev/test-builder
serviceAccountRef:
name: kpack-service-account
namespace: kpack
stack:
name: heroku-24
kind: ClusterStack
store:
name: default
kind: ClusterStore
order:
- group:
- id: heroku/php
- id: heroku/procfile
- group:
- id: heroku/nodejs
- id: heroku/procfile