Skip to content

Commit

Permalink
fix: removed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain authored Nov 21, 2023
1 parent 2bdba52 commit 206a638
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions k8s/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ kind: Deployment
apiVersion: apps/v1
metadata:
name: vc-repository
namespace: vc-repository
spec:
replicas: 1
selector:
Expand All @@ -26,7 +25,6 @@ kind: Service
apiVersion: v1
metadata:
name: vc-repository
namespace: vc-repository
spec:
ports:
- name: http
Expand All @@ -40,7 +38,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: wallet-ingress
namespace: vc-repository
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: letsencrypt-prod
Expand Down

0 comments on commit 206a638

Please sign in to comment.