forked from kimhyungsik/ax_hub_mcp_tool
feat: add OpenShift deployment manifests
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s
This commit is contained in:
26
k8s/overlays/dev/kustomization.yaml
Normal file
26
k8s/overlays/dev/kustomization.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: axhub-datmt-dev
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
labels:
|
||||
- pairs:
|
||||
environment: dev
|
||||
includeSelectors: true
|
||||
|
||||
images:
|
||||
- name: was-sal
|
||||
newName: image-registry.openshift-image-registry.svc:5000/axhub-datmt-dev/was-sal
|
||||
newTag: latest
|
||||
- name: was-cus
|
||||
newName: image-registry.openshift-image-registry.svc:5000/axhub-datmt-dev/was-cus
|
||||
newTag: latest
|
||||
- name: was-pro
|
||||
newName: image-registry.openshift-image-registry.svc:5000/axhub-datmt-dev/was-pro
|
||||
newTag: latest
|
||||
- name: was-sys
|
||||
newName: image-registry.openshift-image-registry.svc:5000/axhub-datmt-dev/was-sys
|
||||
newTag: latest
|
||||
Reference in New Issue
Block a user