initial commit
Change-Id: I9c68c43e939d2c1a3b95a68b71ecc5ba861a4df5
This commit is contained in:
18
deploy/kustomization.yaml
Normal file
18
deploy/kustomization.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: demo-apps
|
||||
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- servicemonitor.yaml
|
||||
|
||||
commonLabels:
|
||||
app.kubernetes.io/managed-by: backstage
|
||||
backstage.io/component-id: online-boutique
|
||||
|
||||
# Image transformation (can be overridden by Kustomize overlays)
|
||||
images:
|
||||
- name: bstagecjotdevacr.azurecr.io/online-boutique
|
||||
newTag: latest
|
||||
Reference in New Issue
Block a user