add cicd pipeline

This commit is contained in:
hiondal 2025-09-30 16:29:45 +09:00
parent e21d65ae48
commit 04dd8c9643
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -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