cuddle-templates/cuddle-node-service/.cuddle/tmp/rendered/kustomize/base/kustomization.yaml
kjuulh e19a57bbb7
feat: add nextjs template
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-05 21:42:09 +02:00

25 lines
355 B
YAML

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"