Skip to content

Commit

Permalink
add namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 5, 2024
1 parent 819b483 commit 91f15a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/prod-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: khagu-dev-front
namespace: default
namespace: application
labels:
app: khagu-dev
spec:
Expand Down Expand Up @@ -36,7 +36,7 @@ apiVersion: "autoscaling/v2"
kind: "HorizontalPodAutoscaler"
metadata:
name: "khagu-dev-front-hpa"
namespace: "default"
namespace: "application"
labels:
app: "khagu-dev-front"
spec:
Expand Down
4 changes: 2 additions & 2 deletions server/prod-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: khagu-dev-back
namespace: default
namespace: application
labels:
app: khagu-dev
spec:
Expand Down Expand Up @@ -34,7 +34,7 @@ apiVersion: "autoscaling/v2"
kind: "HorizontalPodAutoscaler"
metadata:
name: "khagu-dev-front-hpa"
namespace: "default"
namespace: "application"
labels:
app: "khagu-dev-back"
spec:
Expand Down

0 comments on commit 91f15a3

Please sign in to comment.