Skip to content

Commit

Permalink
added namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 authored Oct 27, 2024
1 parent 215f95d commit b69a8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apiVersion: v1
kind: Service
metadata:
name: python-app-svc
namespace: python-app-ns # Namespace where the deployment will be created
spec:
selector:
app: python-app
Expand Down

0 comments on commit b69a8e3

Please sign in to comment.