first commit
This commit is contained in:
commit
c943e81b7b
14 changed files with 207 additions and 0 deletions
15
A3/overlays/qa/kustomization.yaml
Normal file
15
A3/overlays/qa/kustomization.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: A3-qa
|
||||
|
||||
bases:
|
||||
- ../../base
|
||||
|
||||
resources:
|
||||
- gateway.yaml
|
||||
- virtualservice.yaml
|
||||
- certificate.yaml
|
||||
|
||||
images:
|
||||
- name: harbor.example.com/simple-demo/simple-demo
|
||||
newTag: qa-placeholder
|
||||
Loading…
Add table
Add a link
Reference in a new issue