diff --git a/ipapi/deployment.yaml b/ipapi/deployment.yaml index 7955ab6..77be393 100644 --- a/ipapi/deployment.yaml +++ b/ipapi/deployment.yaml @@ -12,7 +12,7 @@ spec: revisionHistoryLimit: 2 selector: matchLabels: - component: ipapi + app: ipapi strategy: rollingUpdate: maxSurge: 25% @@ -21,7 +21,7 @@ spec: template: metadata: labels: - component: ipapi + app: ipapi spec: containers: - image: docker.io/mpolden/echoip:latest