diff --git a/testdrive/cardano2webhook/k8s/endpoint.yaml b/testdrive/cardano2webhook/k8s/endpoint.yaml index 7a9c0379..6e13dd39 100644 --- a/testdrive/cardano2webhook/k8s/endpoint.yaml +++ b/testdrive/cardano2webhook/k8s/endpoint.yaml @@ -57,3 +57,15 @@ spec: - name: mock-config configMap: name: endpoint +--- +apiVersion: v1 +kind: Service +metadata: + name: endpoint +spec: + selector: + app: endpoint + ports: + - protocol: TCP + port: 5000 + targetPort: 5000 \ No newline at end of file diff --git a/testdrive/cardano2webhook/k8s/oura.yaml b/testdrive/cardano2webhook/k8s/oura.yaml index 47c1cb8e..64c94100 100644 --- a/testdrive/cardano2webhook/k8s/oura.yaml +++ b/testdrive/cardano2webhook/k8s/oura.yaml @@ -16,7 +16,7 @@ data: [sink] type = "Webhook" - url = "https://endpoint:5000/events" + url = "http://endpoint:5000/events" --- apiVersion: apps/v1 kind: Deployment @@ -36,7 +36,7 @@ spec: spec: containers: - name: main - image: ghcr.io/txpipe/oura:v0.3.9 + image: ghcr.io/txpipe/oura:v1.0.0 env: - name: "RUST_LOG" value: "info"