|
1 | | ---- |
2 | 1 | apiVersion: kustomize.config.k8s.io/v1beta1 |
3 | 2 | kind: Kustomization |
4 | 3 |
|
5 | 4 | resources: |
6 | | - - "config/potsgres.configmap.yaml" |
7 | | - - "deployment/project.v1.deployment.yaml" |
8 | | - - "deployment/broadcaster.deployment.yaml" |
9 | | - - "gateway/project.gateway.yaml" |
10 | | - - "gateway/project.route.yaml" |
11 | | - - "services/project.v1.service.yaml" |
12 | | - - "statefulsets/postgres.statefulset.yaml" |
13 | | - - "storage/pvc.yaml" |
| 5 | +- config/potsgres.configmap.yaml |
| 6 | +- deployment/project.v1.deployment.yaml |
| 7 | +- deployment/broadcaster.deployment.yaml |
| 8 | +- gateway/project.gateway.yaml |
| 9 | +- gateway/project.route.yaml |
| 10 | +- services/project.v1.service.yaml |
| 11 | +- statefulsets/postgres.statefulset.yaml |
| 12 | +- storage/pvc.yaml |
14 | 13 |
|
15 | | -images: |
16 | | - - name: PROJECT/FRONTEND |
17 | | - newName: akhonya/dwk-frontend |
18 | | - newTag: v1.0.5 |
19 | 14 |
|
20 | | - - name: PROJECT/BACKEND |
21 | | - newName: akhonya/dwk-backend |
22 | | - newTag: v1.2.3 |
23 | 15 |
|
24 | | - - name: PROJECT/BROADCASTER |
25 | | - newName: akhonya/broadcaster |
26 | | - newTag: v1.0.0 |
| 16 | +images: |
| 17 | +- name: PROJECT/BACKEND |
| 18 | + newName: akhonya/dwk-backend |
| 19 | + newTag: da014d5e4b6d08076ff33d79b995925a8cf6a87f |
| 20 | +- name: PROJECT/BROADCASTER |
| 21 | + newName: akhonya/broadcaster |
| 22 | + newTag: da014d5e4b6d08076ff33d79b995925a8cf6a87f |
| 23 | +- name: PROJECT/FRONTEND |
| 24 | + newName: akhonya/dwk-frontend |
| 25 | + newTag: da014d5e4b6d08076ff33d79b995925a8cf6a87f |
0 commit comments