This commit is contained in:
hiondal
2025-04-09 12:27:26 +09:00
parent fed8d9f21b
commit d9deb53a66
85 changed files with 14 additions and 1743 deletions
@@ -1,4 +1,3 @@
# lifesub/deployment/manifest/configmaps/common-config.yaml
apiVersion: v1
kind: ConfigMap
metadata:
@@ -6,4 +5,4 @@ metadata:
data:
JPA_DDL_AUTO: update
JPA_SHOW_SQL: "true"
ALLOWED_ORIGINS: "http://localhost:18080,http://localhost:18081,http://20.214.113.12"
ALLOWED_ORIGINS: "http://localhost:18080,http://localhost:18081,http://20.249.184.6"
@@ -1,4 +1,4 @@
# lifesub/deployment/manifest/deployments/member-deployment.yaml
# hiondal/deployment/manifest/deployments/member-deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -13,9 +13,11 @@ spec:
labels:
app: member
spec:
imagePullSecrets:
- name: dockerhub
containers:
- name: member
image: dg0200cr.azurecr.io/lifesub/member:1.0.0
image: docker.io/hiondal/member:1.0.0
imagePullPolicy: Always
ports:
- containerPort: 8081
@@ -1,4 +1,4 @@
# lifesub/deployment/manifest/deployments/mysub-deployment.yaml
# hiondal/deployment/manifest/deployments/mysub-deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -13,9 +13,11 @@ spec:
labels:
app: mysub
spec:
imagePullSecrets:
- name: dockerhub
containers:
- name: mysub
image: dg0200cr.azurecr.io/lifesub/mysub:1.0.0
image: docker.io/hiondal/mysub:1.0.0
imagePullPolicy: Always
ports:
- containerPort: 8082
@@ -1,4 +1,4 @@
# lifesub/deployment/manifest/deployments/recommend-deployment.yaml
# hiondal/deployment/manifest/deployments/recommend-deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -13,9 +13,11 @@ spec:
labels:
app: recommend
spec:
imagePullSecrets:
- name: dockerhub
containers:
- name: recommend
image: dg0200cr.azurecr.io/lifesub/recommend:1.0.0
image: docker.io/hiondal/recommend:1.0.0
imagePullPolicy: Always
ports:
- containerPort: 8083