Skip to content

Commit

Permalink
fix: update Kubernetes deployment and service namespaces for developm…
Browse files Browse the repository at this point in the history
…ent environment
  • Loading branch information
dinkar-jain committed Jan 23, 2025
1 parent 8bd9deb commit af16538
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Deployment
apiVersion: apps/v1
metadata:
name: vc-repository-dev
namespace: vc-repository
namespace: test-identity-main
spec:
replicas: 1
selector:
Expand All @@ -26,7 +26,7 @@ kind: Service
apiVersion: v1
metadata:
name: vc-repository-dev
namespace: vc-repository
namespace: test-identity-main
spec:
ports:
- name: http
Expand All @@ -40,7 +40,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: wallet-dev-ingress
namespace: vc-repository
namespace: test-identity-main
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: letsencrypt-prod
Expand All @@ -49,12 +49,8 @@ metadata:
return 301 https://$1.walt-test.cloud$request_uri;
}
spec:
tls:
- hosts:
- vc-repo.walt-test.cloud
secretName: credentials-dev-tls-secret
rules:
- host: vc-repo.walt-test.cloud
- host: credentials.test.waltid.cloud
http:
paths:
- path: /
Expand Down

0 comments on commit af16538

Please sign in to comment.