novo
This commit is contained in:
parent
939df51412
commit
31b6c2896a
5 changed files with 13 additions and 13 deletions
|
|
@ -164,7 +164,7 @@ steps:
|
|||
DB_PORT: { from_secret: DB_PORT }
|
||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||
DB_USER: { from_secret: DB_USER }
|
||||
ENV: "homologation" # Ajustado para resolver CrashLoop
|
||||
ENV: { from_secret: ENV_HML }
|
||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||
|
|
@ -280,7 +280,7 @@ steps:
|
|||
DB_PORT: { from_secret: DB_PORT }
|
||||
DB_SSLMODE: { from_secret: DB_SSLMODE }
|
||||
DB_USER: { from_secret: DB_USER }
|
||||
ENV: "production"
|
||||
ENV: { from_secret: ENV_PRD }
|
||||
CORS_ORIGINS: { from_secret: CORS_ORIGINS }
|
||||
JWT_SECRET: { from_secret: JWT_SECRET }
|
||||
MAX_UPLOAD_CAD_SIZE: { from_secret: MAX_UPLOAD_SIZE }
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: gohorse-backend
|
||||
name: gohorse-backend-dev
|
||||
namespace: gohorsejobsdev
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gohorse-backend
|
||||
app: gohorse-backend-dev
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: gohorse-backend
|
||||
app: gohorse-backend-dev
|
||||
env: development
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: gohorse-backoffice
|
||||
name: gohorse-backoffice-dev
|
||||
namespace: gohorsejobsdev
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gohorse-backoffice
|
||||
app: gohorse-backoffice-dev
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: gohorse-backoffice
|
||||
app: gohorse-backoffice-dev
|
||||
env: development
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ spec:
|
|||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gohorse-backend
|
||||
app: gohorse-backend-hml
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: gohorse-backend
|
||||
app: gohorse-backend-hml
|
||||
env: homologation
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: gohorse-backoffice
|
||||
name: gohorse-backoffice-hml
|
||||
namespace: gohorsejobshml
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gohorse-backoffice
|
||||
app: gohorse-backoffice-hml
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: gohorse-backoffice
|
||||
app: gohorse-backoffice-hml
|
||||
env: development
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
Loading…
Reference in a new issue