feat(portfolio): add staging environment
This commit is contained in:
parent
0dda9f282d
commit
13ea8de355
11 changed files with 339 additions and 0 deletions
9
apps/portfolio/overlays/prod-sites/kustomization.yaml
Normal file
9
apps/portfolio/overlays/prod-sites/kustomization.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- ./ingress.yaml
|
||||
images:
|
||||
- name: registry.int.nc.landry.land/portfolio-site
|
||||
newTag: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue