diff --git a/Makefile b/Makefile index c60d54e..46abdbd 100644 --- a/Makefile +++ b/Makefile @@ -66,4 +66,4 @@ destroy: # Curls curl_measure: - curl -v -X POST -H "Content-Type: application/json" http://localhost/measure -d '{"temperature": 31.2, "humidity": 41.6}' + curl -v -X POST -H "Content-Type: application/json" http://localhost:1919/measure -d '{"temperature": 31.2, "humidity": 41.6}' diff --git a/deploy/cluster-config.yaml b/deploy/cluster-config.yaml index 89ded6b..a1f8318 100644 --- a/deploy/cluster-config.yaml +++ b/deploy/cluster-config.yaml @@ -10,7 +10,7 @@ nodes: node-labels: "ingress-ready=true" extraPortMappings: - containerPort: 80 - hostPort: 80 + hostPort: 1919 protocol: TCP - containerPort: 443 hostPort: 443