Skip to content

Commit

Permalink
fix: add TLS configuration for credentials.test.waltid.cloud in devel…
Browse files Browse the repository at this point in the history
…opment deployment
  • Loading branch information
dinkar-jain committed Feb 12, 2025
1 parent 4898c99 commit 5bc080a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ metadata:
return 301 https://$1.walt-test.cloud$request_uri;
}
spec:
tls:
- hosts:
- credentials.test.waltid.cloud
secretName: credentials-tls-secret
rules:
- host: credentials.test.waltid.cloud
http:
Expand Down

0 comments on commit 5bc080a

Please sign in to comment.