diff --git a/waltid-issuer/k8s/deployment-dev.yaml b/waltid-issuer/k8s/deployment-dev.yaml index 51c16bacf..538845a02 100644 --- a/waltid-issuer/k8s/deployment-dev.yaml +++ b/waltid-issuer/k8s/deployment-dev.yaml @@ -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 @@ -38,7 +38,7 @@ spec: spec: containers: - name: issuer - image: waltid/issuer:dev + image: waltid/issuer:latest volumeMounts: - name: issuer-web-config mountPath: "/waltid-issuer/config/" @@ -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: / diff --git a/waltid-issuer/k8s/deployment-prod.yaml b/waltid-issuer/k8s/deployment-prod.yaml index e01b8be04..f33881df0 100644 --- a/waltid-issuer/k8s/deployment-prod.yaml +++ b/waltid-issuer/k8s/deployment-prod.yaml @@ -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 @@ -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: / diff --git a/waltid-verifier/k8s/deployment-dev.yaml b/waltid-verifier/k8s/deployment-dev.yaml index 004f3018a..40e07b787 100644 --- a/waltid-verifier/k8s/deployment-dev.yaml +++ b/waltid-verifier/k8s/deployment-dev.yaml @@ -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 @@ -38,7 +38,7 @@ spec: spec: containers: - name: verifier - image: waltid/verifier:dev + image: waltid/verifier:latest volumeMounts: - name: verifier-web-config mountPath: "/waltid-verifier/config/" @@ -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: / diff --git a/waltid-verifier/k8s/deployment-prod.yaml b/waltid-verifier/k8s/deployment-prod.yaml index 8ab8ff336..3eace41d9 100644 --- a/waltid-verifier/k8s/deployment-prod.yaml +++ b/waltid-verifier/k8s/deployment-prod.yaml @@ -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 @@ -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: /