feat: add nextjs template

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-05 21:42:09 +02:00
parent d6bbb91031
commit e19a57bbb7
33 changed files with 3261 additions and 2433 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
commonLabels:
app: "infrastructure-example"
cluster: "clank-prod"
namespace: "prod"
replicas:
- name: "infrastructure-example"
count: 3
images:
- name: "deployment"
newName: "infrastructure-example"
newTag: "something"