Skip to content

Commit

Permalink
Revert "ci: deployments hosts (#15)"
Browse files Browse the repository at this point in the history
This reverts commit 6c5f4b5.
  • Loading branch information
mikeplotean committed Oct 31, 2023
1 parent 6c5f4b5 commit dd44678
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 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.walt-test.cloud"
baseUrl = "https://issuer.portal.walt-test.cloud"
---
kind: Deployment
apiVersion: apps/v1
Expand All @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: issuer
image: waltid/issuer:latest
image: waltid/issuer:dev
volumeMounts:
- name: issuer-web-config
mountPath: "/waltid-issuer/config/"
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- issuer.walt-test.cloud
- issuer.portal.walt-test.cloud
secretName: issuer-tls-secret
rules:
- host: issuer.walt-test.cloud
- host: issuer.portal.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.walt.id"
baseUrl = "https://issuer.portal.walt.id"
---
kind: Deployment
apiVersion: apps/v1
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- issuer.walt.id
- issuer.portal.walt.id
secretName: issuer-tls-secret
rules:
- host: issuer.walt.id
- host: issuer.portal.walt.id
http:
paths:
- path: /
Expand Down
8 changes: 4 additions & 4 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.walt-test.cloud"
baseUrl = "https://verifier.portal.walt-test.cloud"
---
kind: Deployment
apiVersion: apps/v1
Expand All @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: verifier
image: waltid/verifier:latest
image: waltid/verifier:dev
volumeMounts:
- name: verifier-web-config
mountPath: "/waltid-verifier/config/"
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- verifier.walt-test.cloud
- verifier.portal.walt-test.cloud
secretName: verifier-tls-secret
rules:
- host: verifier.walt-test.cloud
- host: verifier.portal.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.walt.id"
baseUrl = "https://verifier.portal.walt.id"
---
kind: Deployment
apiVersion: apps/v1
Expand Down Expand Up @@ -79,10 +79,10 @@ metadata:
spec:
tls:
- hosts:
- verifier.walt.id
- verifier.portal.walt.id
secretName: verifier-tls-secret
rules:
- host: verifier.walt.id
- host: verifier.portal.walt.id
http:
paths:
- path: /
Expand Down

0 comments on commit dd44678

Please sign in to comment.