From 0a39ced948545d317e351c840546011046698579 Mon Sep 17 00:00:00 2001 From: jcechace Date: Thu, 8 Jun 2023 15:32:07 +0200 Subject: [PATCH] [ci] using 'operator' as image name rather than 'debezium-operator' in order to align with other image names --- k8/kubernetes.yml | 16 ++++++++-------- pom.xml | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/k8/kubernetes.yml b/k8/kubernetes.yml index e630bee..e012f04 100644 --- a/k8/kubernetes.yml +++ b/k8/kubernetes.yml @@ -135,14 +135,14 @@ metadata: name: debezium-operator spec: ports: - - name: https - port: 443 - protocol: TCP - targetPort: 8443 - name: http port: 80 protocol: TCP targetPort: 8080 + - name: https + port: 443 + protocol: TCP + targetPort: 8443 selector: app.kubernetes.io/name: debezium-operator type: ClusterIP @@ -171,7 +171,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/debezium/debezium-operator:nightly + image: quay.io/debezium/operator:nightly imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -185,12 +185,12 @@ spec: timeoutSeconds: 10 name: debezium-operator ports: - - containerPort: 8080 - name: http - protocol: TCP - containerPort: 8443 name: https protocol: TCP + - containerPort: 8080 + name: http + protocol: TCP readinessProbe: failureThreshold: 3 httpGet: diff --git a/pom.xml b/pom.xml index 1366a32..cacf84d 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,9 @@ alpha quay.io debezium + operator nightly + debezium-operator 17