Skip to content

Commit

Permalink
ci: deployments hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Oct 30, 2023
1 parent e490c5e commit 728af70
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions waltid-issuer/k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
webHost = "0.0.0.0"
webPort = 3000
issuer-service.conf: |
baseUrl = "https://issuer.portal.walt-test.cloud"
baseUrl = "https://issuer.walt-test.cloud"
---
kind: Deployment
apiVersion: apps/v1
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- issuer.portal.walt-test.cloud
- issuer.walt-test.cloud
secretName: issuer-tls-secret
rules:
- host: issuer.portal.walt-test.cloud
- host: issuer.walt-test.cloud
http:
paths:
- path: /
Expand Down
6 changes: 3 additions & 3 deletions waltid-issuer/k8s/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
webHost = "0.0.0.0"
webPort = 3000
issuer-service.conf: |
baseUrl = "https://issuer.portal.walt.id"
baseUrl = "https://issuer.walt.id"
---
kind: Deployment
apiVersion: apps/v1
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- issuer.portal.walt.id
- issuer.walt.id
secretName: issuer-tls-secret
rules:
- host: issuer.portal.walt.id
- host: issuer.walt.id
http:
paths:
- path: /
Expand Down
6 changes: 3 additions & 3 deletions waltid-verifier/k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
webHost = "0.0.0.0"
webPort = 3000
verifier-service.conf: |
baseUrl = "https://verifier.portal.walt-test.cloud"
baseUrl = "https://verifier.walt-test.cloud"
---
kind: Deployment
apiVersion: apps/v1
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- verifier.portal.walt-test.cloud
- verifier.walt-test.cloud
secretName: verifier-tls-secret
rules:
- host: verifier.portal.walt-test.cloud
- host: verifier.walt-test.cloud
http:
paths:
- path: /
Expand Down
6 changes: 3 additions & 3 deletions waltid-verifier/k8s/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
webHost = "0.0.0.0"
webPort = 3000
verifier-service.conf: |
baseUrl = "https://verifier.portal.walt.id"
baseUrl = "https://verifier.walt.id"
---
kind: Deployment
apiVersion: apps/v1
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- verifier.portal.walt.id
- verifier.walt.id
secretName: verifier-tls-secret
rules:
- host: verifier.portal.walt.id
- host: verifier.walt.id
http:
paths:
- path: /
Expand Down

0 comments on commit 728af70

Please sign in to comment.