Skip to content

Commit

Permalink
[ci] using 'operator' as image name rather than 'debezium-operator' i…
Browse files Browse the repository at this point in the history
…n order to align with other image names
  • Loading branch information
jcechace authored and jpechane committed Jun 9, 2023
1 parent 0b150cd commit 0a39ced
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions k8/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
<quarkus.operator-sdk.bundle.channels>alpha</quarkus.operator-sdk.bundle.channels>
<quarkus.container-image.registry>quay.io</quarkus.container-image.registry>
<quarkus.container-image.group>debezium</quarkus.container-image.group>
<quarkus.container-image.name>operator</quarkus.container-image.name>
<quarkus.container-image.tag>nightly</quarkus.container-image.tag>
<quarkus.kubernetes.name>debezium-operator</quarkus.kubernetes.name>
<!-- Formatting configuration -->
<format.imports.source.compliance>17</format.imports.source.compliance>
</properties>
Expand Down

0 comments on commit 0a39ced

Please sign in to comment.