mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
add cicd pipeline
This commit is contained in:
parent
e21d65ae48
commit
04dd8c9643
@ -4,7 +4,7 @@ metadata:
|
|||||||
name: cm-common
|
name: cm-common
|
||||||
|
|
||||||
data:
|
data:
|
||||||
CORS_ALLOWED_ORIGINS: "http://localhost:8081,http://localhost:8082,http://localhost:8083,http://localhost:8084,http://phonebill.20.214.196.128.nip.io"
|
CORS_ALLOWED_ORIGINS: "http://localhost:8081,http://localhost:8082,http://localhost:8083,http://localhost:8084,http://phonebill-dg0500.20.214.196.128.nip.io"
|
||||||
JWT_ACCESS_TOKEN_VALIDITY: "18000000"
|
JWT_ACCESS_TOKEN_VALIDITY: "18000000"
|
||||||
JWT_REFRESH_TOKEN_VALIDITY: "86400000"
|
JWT_REFRESH_TOKEN_VALIDITY: "86400000"
|
||||||
REDIS_PORT: "6379"
|
REDIS_PORT: "6379"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: phonebill-api.20.214.196.128.nip.io
|
- host: phonebill-dg0500-api.20.214.196.128.nip.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /api/v1/auth
|
- path: /api/v1/auth
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
namespace: phonebill-dev
|
namespace: phonebill-dg0500
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user