Merge branch 'staging' into main

This commit is contained in:
2022-09-07 07:29:38 -03:00
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ spec:
containers: containers:
- name: backend - name: backend
image: yoshiunfriendly/backend-hideyoshi.com image: yoshiunfriendly/backend-hideyoshi.com
imagePullPolicy: "Always"
ports: ports:
- containerPort: 8070 - containerPort: 8070
env: env:

View File

@@ -18,6 +18,7 @@ spec:
containers: containers:
- name: frontend - name: frontend
image: yoshiunfriendly/frontend-hideyoshi.com:latest image: yoshiunfriendly/frontend-hideyoshi.com:latest
imagePullPolicy: "Always"
limits: limits:
ports: ports:
- containerPort: 5000 - containerPort: 5000