Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s/apps/ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/DGU-CAP/infra.git
targetRevision: HEAD
path: k8s/manifests/overlays/kind/ai # EKS 전환 시 overlays/k8s/ai 로 변경
path: k8s/manifests/overlays/eks/ai
destination:
server: https://kubernetes.default.svc
namespace: default
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/DGU-CAP/infra.git
targetRevision: HEAD
path: k8s/manifests/overlays/kind/backend # EKS 전환 시 overlays/k8s/backend 로 변경
path: k8s/manifests/overlays/eks/backend
destination:
server: https://kubernetes.default.svc
namespace: default
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/DGU-CAP/infra.git
targetRevision: HEAD
path: k8s/manifests/overlays/kind/frontend # EKS 전환 시 overlays/eks/frontend 로 변경
path: k8s/manifests/overlays/eks/frontend
destination:
server: https://kubernetes.default.svc
namespace: default
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/DGU-CAP/infra.git
targetRevision: HEAD
path: k8s/manifests/overlays/kind/postgres # EKS 전환 시 overlays/k8s/postgres 로 변경
path: k8s/manifests/overlays/eks/postgres
destination:
server: https://kubernetes.default.svc
namespace: default
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/DGU-CAP/infra.git
targetRevision: HEAD
path: k8s/manifests/overlays/kind/redis # EKS 전환 시 overlays/k8s/redis 로 변경
path: k8s/manifests/overlays/eks/redis
destination:
server: https://kubernetes.default.svc
namespace: default
Expand Down
1 change: 1 addition & 0 deletions k8s/manifests/base/ai/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- pvc.yaml
Loading