Skip to content

Commit

Permalink
forgot some namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 8, 2024
1 parent 22e1b45 commit 99c9ec5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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: application
namespace: default
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: "application"
namespace: default
labels:
app: "khagu-dev-front"
spec:
Expand All @@ -58,7 +58,7 @@ apiVersion: v1
kind: Service
metadata:
name: khagu-dev-front
namespace: "application"
namespace: default
spec:
type: LoadBalancer
selector:
Expand All @@ -72,7 +72,7 @@ apiVersion: v1
kind: Service
metadata:
name: khagu-dev-front-to-back
namespace: "application"
namespace: default
spec:
type: ClusterIP
selector:
Expand Down
4 changes: 2 additions & 2 deletions server/prod-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apiVersion: "autoscaling/v2"
kind: "HorizontalPodAutoscaler"
metadata:
name: "khagu-dev-front-hpa"
namespace: "application"
namespace: default
labels:
app: "khagu-dev-back"
spec:
Expand All @@ -56,7 +56,7 @@ apiVersion: v1
kind: Service
metadata:
name: back-service
namespace: "application"
namespace: default
spec:
selector:
app: khagu-dev-back
Expand Down

0 comments on commit 99c9ec5

Please sign in to comment.