demo update
This commit is contained in:
35
overlays/assignments/kustomization.yaml
Normal file
35
overlays/assignments/kustomization.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: voyger-assign
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- secretHarbor.yaml
|
||||
|
||||
labels:
|
||||
- pairs:
|
||||
voyger-assign: signup
|
||||
|
||||
patches:
|
||||
# common
|
||||
- path: patch_serviceAccounts.yaml
|
||||
target:
|
||||
kind: ServiceAccount
|
||||
name: voyger-assign
|
||||
# signup
|
||||
- path: signUp/patch_deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: signup
|
||||
# getusers
|
||||
- path: getUsers/patch_deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: getuers
|
||||
|
||||
images:
|
||||
- name: harbor.icurfer.com/voyger-assign/signup
|
||||
newTag: "0.1_r1"
|
||||
- name: harbor.icurfer.com/voyger-assign/getusers
|
||||
newTag: "0.1"
|
||||
Reference in New Issue
Block a user