mirror of
https://github.com/Traceworks2023/nxtgauge-gitops.git
synced 2026-06-11 22:34:41 +00:00
10 lines
241 B
YAML
10 lines
241 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
namespace: nxtgauge
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patchesStrategicMerge:
|
|
- replicas-patch.yaml
|
|
images:
|
|
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
|
newTag: d888466
|