20 lines
394 B
YAML
20 lines
394 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patches:
|
|
- patch: |
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: api
|
|
spec:
|
|
replicas: 2
|
|
target:
|
|
kind: Deployment
|
|
name: api
|
|
images:
|
|
- name: ghcr.io/lazorgurl/homelab-api
|
|
newName: ghcr.io/lazorgurl/homelab-api
|
|
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340
|