From ceb55a08791efcced078b0767a68b1cd7dda9e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:47:42 -0500 Subject: [PATCH] Generate deploy resources (from Build and Push Container images run # 598) (#501) Co-authored-by: quarkus-super-heroes-bot --- deploy/k8s/java17-knative.yml | 44 +++--- deploy/k8s/java17-kubernetes.yml | 70 +++++----- deploy/k8s/java17-minikube.yml | 56 ++++---- deploy/k8s/java17-openshift.yml | 130 +++++++++--------- deploy/k8s/native-knative.yml | 40 +++--- deploy/k8s/native-kubernetes.yml | 75 +++++----- deploy/k8s/native-minikube.yml | 48 +++---- deploy/k8s/native-openshift.yml | 89 ++++++------ .../deploy/k8s/java17-knative.yml | 8 +- .../deploy/k8s/java17-kubernetes.yml | 14 +- .../deploy/k8s/java17-minikube.yml | 10 +- .../deploy/k8s/java17-openshift.yml | 24 ++-- .../deploy/k8s/native-knative.yml | 4 +- .../deploy/k8s/native-kubernetes.yml | 12 +- .../deploy/k8s/native-minikube.yml | 6 +- .../deploy/k8s/native-openshift.yml | 17 +-- grpc-locations/deploy/k8s/java17-knative.yml | 4 +- .../deploy/k8s/java17-kubernetes.yml | 10 +- grpc-locations/deploy/k8s/java17-minikube.yml | 6 +- .../deploy/k8s/java17-openshift.yml | 20 +-- grpc-locations/deploy/k8s/native-knative.yml | 8 +- .../deploy/k8s/native-kubernetes.yml | 10 +- grpc-locations/deploy/k8s/native-minikube.yml | 10 +- .../deploy/k8s/native-openshift.yml | 18 +-- .../k8s/java17-knative-all-downstream.yml | 28 ++-- rest-fights/deploy/k8s/java17-knative.yml | 8 +- .../k8s/java17-kubernetes-all-downstream.yml | 42 +++--- rest-fights/deploy/k8s/java17-kubernetes.yml | 6 +- .../k8s/java17-minikube-all-downstream.yml | 34 ++--- rest-fights/deploy/k8s/java17-minikube.yml | 6 +- .../k8s/java17-openshift-all-downstream.yml | 86 ++++++------ rest-fights/deploy/k8s/java17-openshift.yml | 14 +- .../k8s/native-knative-all-downstream.yml | 28 ++-- rest-fights/deploy/k8s/native-knative.yml | 10 +- .../k8s/native-kubernetes-all-downstream.yml | 46 +++---- rest-fights/deploy/k8s/native-kubernetes.yml | 14 +- .../k8s/native-minikube-all-downstream.yml | 32 ++--- rest-fights/deploy/k8s/native-minikube.yml | 10 +- .../k8s/native-openshift-all-downstream.yml | 58 ++++---- rest-fights/deploy/k8s/native-openshift.yml | 12 +- rest-heroes/deploy/k8s/java17-knative.yml | 8 +- rest-heroes/deploy/k8s/java17-kubernetes.yml | 10 +- rest-heroes/deploy/k8s/java17-minikube.yml | 10 +- rest-heroes/deploy/k8s/java17-openshift.yml | 18 +-- rest-heroes/deploy/k8s/native-knative.yml | 4 +- rest-heroes/deploy/k8s/native-kubernetes.yml | 10 +- rest-heroes/deploy/k8s/native-minikube.yml | 6 +- rest-heroes/deploy/k8s/native-openshift.yml | 8 +- rest-narration/deploy/k8s/java17-knative.yml | 4 +- .../deploy/k8s/java17-kubernetes.yml | 10 +- rest-narration/deploy/k8s/java17-minikube.yml | 6 +- .../deploy/k8s/java17-openshift.yml | 20 +-- rest-villains/deploy/k8s/java17-knative.yml | 4 +- .../deploy/k8s/java17-kubernetes.yml | 6 +- rest-villains/deploy/k8s/java17-minikube.yml | 6 +- rest-villains/deploy/k8s/java17-openshift.yml | 14 +- rest-villains/deploy/k8s/native-knative.yml | 6 +- .../deploy/k8s/native-kubernetes.yml | 12 +- rest-villains/deploy/k8s/native-minikube.yml | 6 +- rest-villains/deploy/k8s/native-openshift.yml | 20 +-- ui-super-heroes/deploy/k8s/java17-knative.yml | 8 +- .../deploy/k8s/java17-kubernetes.yml | 14 +- .../deploy/k8s/java17-minikube.yml | 12 +- .../deploy/k8s/java17-openshift.yml | 20 +-- ui-super-heroes/deploy/k8s/native-knative.yml | 8 +- .../deploy/k8s/native-kubernetes.yml | 17 +-- .../deploy/k8s/native-minikube.yml | 10 +- .../deploy/k8s/native-openshift.yml | 14 +- 68 files changed, 715 insertions(+), 743 deletions(-) diff --git a/deploy/k8s/java17-knative.yml b/deploy/k8s/java17-knative.yml index 5c4486b3a..5d35127ff 100644 --- a/deploy/k8s/java17-knative.yml +++ b/deploy/k8s/java17-knative.yml @@ -69,7 +69,7 @@ metadata: app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes serverless.openshift.io/default-enable-http2: "true" app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -80,8 +80,8 @@ metadata: application: locations-service system: quarkus-super-heroes app.kubernetes.io/name: grpc-locations - app.kubernetes.io/part-of: locations-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: locations-service name: grpc-locations spec: template: @@ -224,7 +224,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -235,8 +235,8 @@ metadata: application: narration-service system: quarkus-super-heroes app.kubernetes.io/part-of: narration-service - app.kubernetes.io/version: java17-latest app.kubernetes.io/name: rest-narration + app.kubernetes.io/version: java17-latest name: rest-narration spec: template: @@ -341,7 +341,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -351,9 +351,9 @@ metadata: app.openshift.io/runtime: quarkus application: villains-service system: quarkus-super-heroes + app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service app.kubernetes.io/version: java17-latest - app.kubernetes.io/name: rest-villains name: rest-villains spec: template: @@ -537,7 +537,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -547,19 +547,19 @@ metadata: app.openshift.io/runtime: quarkus application: heroes-service system: quarkus-super-heroes + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: heroes-service name: rest-heroes spec: template: spec: containers: - envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -746,7 +746,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -757,8 +757,8 @@ metadata: application: fights-service system: quarkus-super-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service name: rest-fights spec: template: @@ -769,7 +769,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -780,8 +780,8 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service spec: containers: - envFrom: @@ -1059,7 +1059,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1069,8 +1069,8 @@ metadata: app.openshift.io/runtime: quarkus application: event-stats system: quarkus-super-heroes - app.kubernetes.io/version: java17-latest app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: event-stats name: event-statistics spec: @@ -1078,10 +1078,10 @@ spec: spec: containers: - envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: Always livenessProbe: @@ -1276,7 +1276,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1286,9 +1286,9 @@ metadata: app.openshift.io/runtime: quarkus application: ui-super-heroes system: quarkus-super-heroes + app.kubernetes.io/version: java17-latest app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/version: java17-latest name: ui-super-heroes spec: template: @@ -1299,7 +1299,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1309,9 +1309,9 @@ spec: app.openshift.io/runtime: quarkus application: ui-super-heroes system: quarkus-super-heroes + app.kubernetes.io/version: java17-latest app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/version: java17-latest spec: containers: - env: diff --git a/deploy/k8s/java17-kubernetes.yml b/deploy/k8s/java17-kubernetes.yml index 5b4e017d4..1f510aa26 100644 --- a/deploy/k8s/java17-kubernetes.yml +++ b/deploy/k8s/java17-kubernetes.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -137,8 +137,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations app.kubernetes.io/version: java17-latest template: metadata: @@ -147,7 +147,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -157,8 +157,8 @@ spec: application: locations-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations app.kubernetes.io/version: java17-latest spec: containers: @@ -297,7 +297,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -331,7 +331,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -349,9 +349,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration template: metadata: annotations: @@ -359,7 +359,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -369,9 +369,9 @@ spec: application: narration-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration spec: containers: - env: @@ -505,7 +505,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -539,7 +539,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -567,7 +567,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -775,7 +775,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -809,7 +809,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -837,7 +837,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -858,10 +858,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -1100,7 +1100,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1134,7 +1134,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1162,7 +1162,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1450,7 +1450,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1484,7 +1484,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1502,9 +1502,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: event-stats template: metadata: annotations: @@ -1512,7 +1512,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1522,9 +1522,9 @@ spec: application: event-stats system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: event-stats spec: containers: - env: @@ -1533,10 +1533,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: Always livenessProbe: @@ -1702,7 +1702,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1736,7 +1736,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1754,9 +1754,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes template: metadata: annotations: @@ -1764,7 +1764,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1774,9 +1774,9 @@ spec: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes spec: containers: - env: @@ -1835,15 +1835,15 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes name: ui-super-heroes spec: rules: diff --git a/deploy/k8s/java17-minikube.yml b/deploy/k8s/java17-minikube.yml index 6b565b59a..65fc7e584 100644 --- a/deploy/k8s/java17-minikube.yml +++ b/deploy/k8s/java17-minikube.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -295,7 +295,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -329,7 +329,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -356,7 +356,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -501,7 +501,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -535,7 +535,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -562,7 +562,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -769,7 +769,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -803,7 +803,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -830,7 +830,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -850,10 +850,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: IfNotPresent livenessProbe: @@ -1092,7 +1092,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1126,7 +1126,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1153,7 +1153,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1440,7 +1440,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1474,7 +1474,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1501,7 +1501,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1521,10 +1521,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: IfNotPresent livenessProbe: @@ -1690,7 +1690,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1724,7 +1724,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1751,7 +1751,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1821,14 +1821,14 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes - app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes name: ui-super-heroes spec: rules: diff --git a/deploy/k8s/java17-openshift.yml b/deploy/k8s/java17-openshift.yml index ec6bbc26a..40ec3d480 100644 --- a/deploy/k8s/java17-openshift.yml +++ b/deploy/k8s/java17-openshift.yml @@ -86,7 +86,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -185,7 +185,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -196,17 +196,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations name: grpc-locations spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations template: metadata: annotations: @@ -215,7 +215,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -226,9 +226,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations spec: containers: - envFrom: @@ -288,7 +288,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 labels: app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service @@ -329,7 +329,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -365,7 +365,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -376,17 +376,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service name: rest-narration spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service template: metadata: annotations: @@ -395,7 +395,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -406,9 +406,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service spec: containers: - envFrom: @@ -466,7 +466,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 labels: app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service @@ -568,7 +568,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -664,7 +664,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -675,17 +675,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest name: rest-villains spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -694,7 +694,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -705,9 +705,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest spec: containers: - envFrom: @@ -767,7 +767,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 labels: app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service @@ -869,7 +869,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -966,7 +966,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -978,16 +978,16 @@ metadata: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes name: rest-heroes spec: replicas: 1 selector: matchLabels: app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes template: metadata: annotations: @@ -996,7 +996,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -1008,15 +1008,15 @@ spec: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes spec: containers: - envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -1069,7 +1069,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 labels: app.kubernetes.io/name: rest-heroes app.kubernetes.io/part-of: heroes-service @@ -1225,7 +1225,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1411,7 +1411,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1422,16 +1422,16 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest name: rest-fights spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest template: metadata: @@ -1441,7 +1441,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1452,8 +1452,8 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest spec: containers: @@ -1535,7 +1535,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 labels: app.kubernetes.io/name: rest-fights app.kubernetes.io/part-of: fights-service @@ -1627,7 +1627,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1777,7 +1777,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1788,17 +1788,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/part-of: event-stats + app.kubernetes.io/version: java17-latest name: event-statistics spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/part-of: event-stats + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -1807,7 +1807,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1818,16 +1818,16 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/part-of: event-stats + app.kubernetes.io/version: java17-latest spec: containers: - envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: Always livenessProbe: @@ -1901,7 +1901,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 labels: app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats @@ -1931,7 +1931,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1967,7 +1967,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1978,17 +1978,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: java17-latest name: ui-super-heroes spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -1997,7 +1997,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -2008,9 +2008,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: java17-latest spec: containers: - env: @@ -2068,7 +2068,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 labels: app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes diff --git a/deploy/k8s/native-knative.yml b/deploy/k8s/native-knative.yml index 9a5167672..79676cd04 100644 --- a/deploy/k8s/native-knative.yml +++ b/deploy/k8s/native-knative.yml @@ -69,7 +69,7 @@ metadata: app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes serverless.openshift.io/default-enable-http2: "true" app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -79,19 +79,19 @@ metadata: app.openshift.io/runtime: quarkus application: locations-service system: quarkus-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: locations-service app.kubernetes.io/name: grpc-locations + app.kubernetes.io/version: native-latest name: grpc-locations spec: template: spec: containers: - envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -268,7 +268,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -278,9 +278,9 @@ metadata: app.openshift.io/runtime: quarkus application: villains-service system: quarkus-super-heroes - app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/name: rest-villains name: rest-villains spec: template: @@ -464,7 +464,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -474,8 +474,8 @@ metadata: app.openshift.io/runtime: quarkus application: heroes-service system: quarkus-super-heroes - app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/name: rest-heroes name: rest-heroes spec: @@ -673,7 +673,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -684,7 +684,6 @@ metadata: application: fights-service system: quarkus-super-heroes app.kubernetes.io/name: rest-fights - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest name: rest-fights @@ -697,7 +696,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -708,16 +707,15 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/name: rest-fights - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest spec: containers: - envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: @@ -988,7 +986,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -998,8 +996,8 @@ metadata: app.openshift.io/runtime: quarkus application: event-stats system: quarkus-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: event-stats name: event-statistics spec: @@ -1205,7 +1203,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1216,8 +1214,8 @@ metadata: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: native-latest name: ui-super-heroes spec: template: @@ -1228,7 +1226,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1239,8 +1237,8 @@ spec: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: native-latest spec: containers: - env: diff --git a/deploy/k8s/native-kubernetes.yml b/deploy/k8s/native-kubernetes.yml index 78bbf32ef..e3284fa47 100644 --- a/deploy/k8s/native-kubernetes.yml +++ b/deploy/k8s/native-kubernetes.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -147,7 +147,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -168,10 +168,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -358,7 +358,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -392,7 +392,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -410,10 +410,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service template: metadata: annotations: @@ -421,7 +420,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -431,10 +430,9 @@ spec: application: villains-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service spec: containers: - env: @@ -630,7 +628,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -664,7 +662,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -682,9 +680,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-heroes - app.kubernetes.io/part-of: heroes-service template: metadata: annotations: @@ -692,7 +690,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -702,9 +700,9 @@ spec: application: heroes-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-heroes - app.kubernetes.io/part-of: heroes-service spec: containers: - env: @@ -955,7 +953,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -989,7 +987,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1007,8 +1005,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights template: metadata: @@ -1017,7 +1015,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1027,8 +1025,8 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights spec: containers: @@ -1038,10 +1036,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: @@ -1305,7 +1303,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1339,7 +1337,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1357,10 +1355,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics - app.kubernetes.io/part-of: event-stats - app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -1368,7 +1365,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1378,10 +1375,9 @@ spec: application: event-stats system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics - app.kubernetes.io/part-of: event-stats - app.kubernetes.io/version: native-latest spec: containers: - env: @@ -1559,7 +1555,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1593,7 +1589,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1611,10 +1607,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes template: metadata: annotations: @@ -1622,7 +1617,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1632,10 +1627,9 @@ spec: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes spec: containers: - env: @@ -1694,16 +1688,15 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes name: ui-super-heroes spec: rules: diff --git a/deploy/k8s/native-minikube.yml b/deploy/k8s/native-minikube.yml index 9bd9d39bb..55431e924 100644 --- a/deploy/k8s/native-minikube.yml +++ b/deploy/k8s/native-minikube.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -166,10 +166,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: IfNotPresent livenessProbe: @@ -356,7 +356,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -390,7 +390,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -417,7 +417,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -624,7 +624,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -658,7 +658,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -685,7 +685,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -947,7 +947,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -981,7 +981,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1008,7 +1008,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1028,10 +1028,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: IfNotPresent livenessProbe: @@ -1295,7 +1295,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1329,7 +1329,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1356,7 +1356,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1545,7 +1545,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1579,7 +1579,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1606,7 +1606,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1676,14 +1676,14 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest name: ui-super-heroes spec: rules: diff --git a/deploy/k8s/native-openshift.yml b/deploy/k8s/native-openshift.yml index 7947ce2ec..71f1bb882 100644 --- a/deploy/k8s/native-openshift.yml +++ b/deploy/k8s/native-openshift.yml @@ -86,7 +86,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -185,7 +185,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -197,16 +197,16 @@ metadata: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations name: grpc-locations spec: replicas: 1 selector: matchLabels: app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations template: metadata: annotations: @@ -215,7 +215,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -227,15 +227,15 @@ spec: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations spec: containers: - envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -288,7 +288,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 labels: app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service @@ -390,7 +390,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -486,7 +486,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -497,17 +497,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest name: rest-villains spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -516,7 +516,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -527,9 +527,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest spec: containers: - envFrom: @@ -589,7 +589,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 labels: app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service @@ -691,7 +691,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -788,7 +788,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -818,7 +818,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -891,7 +891,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 labels: app.kubernetes.io/name: rest-heroes app.kubernetes.io/part-of: heroes-service @@ -1047,7 +1047,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1233,7 +1233,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1263,7 +1263,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1280,10 +1280,10 @@ spec: spec: containers: - envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: @@ -1357,7 +1357,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 labels: app.kubernetes.io/name: rest-fights app.kubernetes.io/part-of: fights-service @@ -1449,7 +1449,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1599,7 +1599,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1610,19 +1610,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest name: event-statistics spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest - app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -1631,7 +1629,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -1642,10 +1640,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest spec: containers: - envFrom: @@ -1726,7 +1723,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 labels: app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats @@ -1756,7 +1753,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1792,7 +1789,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1803,16 +1800,16 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes name: ui-super-heroes spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes template: metadata: @@ -1822,7 +1819,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -1833,8 +1830,8 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes spec: containers: @@ -1893,7 +1890,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 labels: app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes diff --git a/event-statistics/deploy/k8s/java17-knative.yml b/event-statistics/deploy/k8s/java17-knative.yml index 9a2255732..c53ac9c16 100644 --- a/event-statistics/deploy/k8s/java17-knative.yml +++ b/event-statistics/deploy/k8s/java17-knative.yml @@ -35,7 +35,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -45,8 +45,8 @@ metadata: app.openshift.io/runtime: quarkus application: event-stats system: quarkus-super-heroes - app.kubernetes.io/version: java17-latest app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: event-stats name: event-statistics spec: @@ -54,10 +54,10 @@ spec: spec: containers: - envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: Always livenessProbe: diff --git a/event-statistics/deploy/k8s/java17-kubernetes.yml b/event-statistics/deploy/k8s/java17-kubernetes.yml index c17ec2429..c1dcd2d05 100644 --- a/event-statistics/deploy/k8s/java17-kubernetes.yml +++ b/event-statistics/deploy/k8s/java17-kubernetes.yml @@ -74,7 +74,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -108,7 +108,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -126,9 +126,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: event-stats template: metadata: annotations: @@ -136,7 +136,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -146,9 +146,9 @@ spec: application: event-stats system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: event-stats spec: containers: - env: @@ -157,10 +157,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: Always livenessProbe: diff --git a/event-statistics/deploy/k8s/java17-minikube.yml b/event-statistics/deploy/k8s/java17-minikube.yml index 657b830d8..906232226 100644 --- a/event-statistics/deploy/k8s/java17-minikube.yml +++ b/event-statistics/deploy/k8s/java17-minikube.yml @@ -74,7 +74,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -108,7 +108,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -135,7 +135,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -155,10 +155,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: IfNotPresent livenessProbe: diff --git a/event-statistics/deploy/k8s/java17-openshift.yml b/event-statistics/deploy/k8s/java17-openshift.yml index 48c6debaf..0bd4144b4 100644 --- a/event-statistics/deploy/k8s/java17-openshift.yml +++ b/event-statistics/deploy/k8s/java17-openshift.yml @@ -75,7 +75,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -225,7 +225,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -236,17 +236,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/part-of: event-stats + app.kubernetes.io/version: java17-latest name: event-statistics spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/part-of: event-stats + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -255,7 +255,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -266,16 +266,16 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/part-of: event-stats + app.kubernetes.io/version: java17-latest spec: containers: - envFrom: - - configMapRef: - name: event-statistics-config - secretRef: name: event-statistics-config-creds + - configMapRef: + name: event-statistics-config image: quay.io/quarkus-super-heroes/event-statistics:java17-latest imagePullPolicy: Always livenessProbe: @@ -349,7 +349,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:21 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:29 +0000 labels: app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats diff --git a/event-statistics/deploy/k8s/native-knative.yml b/event-statistics/deploy/k8s/native-knative.yml index 102ff07b5..8a4f8c064 100644 --- a/event-statistics/deploy/k8s/native-knative.yml +++ b/event-statistics/deploy/k8s/native-knative.yml @@ -35,7 +35,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -45,8 +45,8 @@ metadata: app.openshift.io/runtime: quarkus application: event-stats system: quarkus-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: event-stats name: event-statistics spec: diff --git a/event-statistics/deploy/k8s/native-kubernetes.yml b/event-statistics/deploy/k8s/native-kubernetes.yml index 91f5b3595..b85ded734 100644 --- a/event-statistics/deploy/k8s/native-kubernetes.yml +++ b/event-statistics/deploy/k8s/native-kubernetes.yml @@ -74,7 +74,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -108,7 +108,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -126,10 +126,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics - app.kubernetes.io/part-of: event-stats - app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -137,7 +136,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -147,10 +146,9 @@ spec: application: event-stats system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics - app.kubernetes.io/part-of: event-stats - app.kubernetes.io/version: native-latest spec: containers: - env: diff --git a/event-statistics/deploy/k8s/native-minikube.yml b/event-statistics/deploy/k8s/native-minikube.yml index 62cb3718a..066d2614c 100644 --- a/event-statistics/deploy/k8s/native-minikube.yml +++ b/event-statistics/deploy/k8s/native-minikube.yml @@ -74,7 +74,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -108,7 +108,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -135,7 +135,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" diff --git a/event-statistics/deploy/k8s/native-openshift.yml b/event-statistics/deploy/k8s/native-openshift.yml index 33fe80d4d..2b5b866b5 100644 --- a/event-statistics/deploy/k8s/native-openshift.yml +++ b/event-statistics/deploy/k8s/native-openshift.yml @@ -75,7 +75,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -225,7 +225,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -236,19 +236,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest name: event-statistics spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest - app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -257,7 +255,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8085" @@ -268,10 +266,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats app.kubernetes.io/name: event-statistics + app.kubernetes.io/version: native-latest spec: containers: - envFrom: @@ -352,7 +349,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:48 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:58 +0000 labels: app.kubernetes.io/name: event-statistics app.kubernetes.io/part-of: event-stats diff --git a/grpc-locations/deploy/k8s/java17-knative.yml b/grpc-locations/deploy/k8s/java17-knative.yml index b870c7a0f..5b6ac2a02 100644 --- a/grpc-locations/deploy/k8s/java17-knative.yml +++ b/grpc-locations/deploy/k8s/java17-knative.yml @@ -69,7 +69,7 @@ metadata: app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes serverless.openshift.io/default-enable-http2: "true" app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -80,8 +80,8 @@ metadata: application: locations-service system: quarkus-super-heroes app.kubernetes.io/name: grpc-locations - app.kubernetes.io/part-of: locations-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: locations-service name: grpc-locations spec: template: diff --git a/grpc-locations/deploy/k8s/java17-kubernetes.yml b/grpc-locations/deploy/k8s/java17-kubernetes.yml index 871a31e87..7e55a2aa0 100644 --- a/grpc-locations/deploy/k8s/java17-kubernetes.yml +++ b/grpc-locations/deploy/k8s/java17-kubernetes.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -137,8 +137,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations app.kubernetes.io/version: java17-latest template: metadata: @@ -147,7 +147,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -157,8 +157,8 @@ spec: application: locations-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations app.kubernetes.io/version: java17-latest spec: containers: diff --git a/grpc-locations/deploy/k8s/java17-minikube.yml b/grpc-locations/deploy/k8s/java17-minikube.yml index dd30800a4..e6e7715d8 100644 --- a/grpc-locations/deploy/k8s/java17-minikube.yml +++ b/grpc-locations/deploy/k8s/java17-minikube.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" diff --git a/grpc-locations/deploy/k8s/java17-openshift.yml b/grpc-locations/deploy/k8s/java17-openshift.yml index 8155ed60c..a3cb6fc3e 100644 --- a/grpc-locations/deploy/k8s/java17-openshift.yml +++ b/grpc-locations/deploy/k8s/java17-openshift.yml @@ -86,7 +86,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -185,7 +185,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -196,17 +196,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations name: grpc-locations spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations template: metadata: annotations: @@ -215,7 +215,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -226,9 +226,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations spec: containers: - envFrom: @@ -288,7 +288,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 labels: app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service diff --git a/grpc-locations/deploy/k8s/native-knative.yml b/grpc-locations/deploy/k8s/native-knative.yml index 7c0010759..70c6b6a9a 100644 --- a/grpc-locations/deploy/k8s/native-knative.yml +++ b/grpc-locations/deploy/k8s/native-knative.yml @@ -69,7 +69,7 @@ metadata: app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes serverless.openshift.io/default-enable-http2: "true" app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -79,19 +79,19 @@ metadata: app.openshift.io/runtime: quarkus application: locations-service system: quarkus-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: locations-service app.kubernetes.io/name: grpc-locations + app.kubernetes.io/version: native-latest name: grpc-locations spec: template: spec: containers: - envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: diff --git a/grpc-locations/deploy/k8s/native-kubernetes.yml b/grpc-locations/deploy/k8s/native-kubernetes.yml index 5c5b8a052..af5ec7bf0 100644 --- a/grpc-locations/deploy/k8s/native-kubernetes.yml +++ b/grpc-locations/deploy/k8s/native-kubernetes.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -147,7 +147,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -168,10 +168,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: diff --git a/grpc-locations/deploy/k8s/native-minikube.yml b/grpc-locations/deploy/k8s/native-minikube.yml index b326ec47b..05230d2c5 100644 --- a/grpc-locations/deploy/k8s/native-minikube.yml +++ b/grpc-locations/deploy/k8s/native-minikube.yml @@ -85,7 +85,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -119,7 +119,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -166,10 +166,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: IfNotPresent livenessProbe: diff --git a/grpc-locations/deploy/k8s/native-openshift.yml b/grpc-locations/deploy/k8s/native-openshift.yml index a270608f9..4b77444b8 100644 --- a/grpc-locations/deploy/k8s/native-openshift.yml +++ b/grpc-locations/deploy/k8s/native-openshift.yml @@ -86,7 +86,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -185,7 +185,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -197,16 +197,16 @@ metadata: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations name: grpc-locations spec: replicas: 1 selector: matchLabels: app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations template: metadata: annotations: @@ -215,7 +215,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -227,15 +227,15 @@ spec: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations spec: containers: - envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -288,7 +288,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 labels: app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service diff --git a/rest-fights/deploy/k8s/java17-knative-all-downstream.yml b/rest-fights/deploy/k8s/java17-knative-all-downstream.yml index e2b87a807..94f519ea3 100644 --- a/rest-fights/deploy/k8s/java17-knative-all-downstream.yml +++ b/rest-fights/deploy/k8s/java17-knative-all-downstream.yml @@ -72,7 +72,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -82,9 +82,9 @@ metadata: app.openshift.io/runtime: quarkus application: villains-service system: quarkus-super-heroes + app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service app.kubernetes.io/version: java17-latest - app.kubernetes.io/name: rest-villains name: rest-villains spec: template: @@ -273,7 +273,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -283,19 +283,19 @@ metadata: app.openshift.io/runtime: quarkus application: heroes-service system: quarkus-super-heroes + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: heroes-service name: rest-heroes spec: template: spec: containers: - envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -431,7 +431,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -442,8 +442,8 @@ metadata: application: narration-service system: quarkus-super-heroes app.kubernetes.io/part-of: narration-service - app.kubernetes.io/version: java17-latest app.kubernetes.io/name: rest-narration + app.kubernetes.io/version: java17-latest name: rest-narration spec: template: @@ -555,7 +555,7 @@ metadata: app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes serverless.openshift.io/default-enable-http2: "true" app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -566,8 +566,8 @@ metadata: application: locations-service system: quarkus-super-heroes app.kubernetes.io/name: grpc-locations - app.kubernetes.io/part-of: locations-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/part-of: locations-service name: grpc-locations spec: template: @@ -766,7 +766,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -777,8 +777,8 @@ metadata: application: fights-service system: quarkus-super-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service name: rest-fights spec: template: @@ -789,7 +789,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -800,8 +800,8 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service spec: containers: - envFrom: diff --git a/rest-fights/deploy/k8s/java17-knative.yml b/rest-fights/deploy/k8s/java17-knative.yml index 194f75377..8588dde70 100644 --- a/rest-fights/deploy/k8s/java17-knative.yml +++ b/rest-fights/deploy/k8s/java17-knative.yml @@ -79,7 +79,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -90,8 +90,8 @@ metadata: application: fights-service system: quarkus-super-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service name: rest-fights spec: template: @@ -102,7 +102,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -113,8 +113,8 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service spec: containers: - envFrom: diff --git a/rest-fights/deploy/k8s/java17-kubernetes-all-downstream.yml b/rest-fights/deploy/k8s/java17-kubernetes-all-downstream.yml index 3ddccaa9c..ba36398d0 100644 --- a/rest-fights/deploy/k8s/java17-kubernetes-all-downstream.yml +++ b/rest-fights/deploy/k8s/java17-kubernetes-all-downstream.yml @@ -89,7 +89,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -123,7 +123,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -151,7 +151,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -364,7 +364,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -398,7 +398,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -426,7 +426,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -447,10 +447,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -579,7 +579,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -613,7 +613,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -631,9 +631,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration template: metadata: annotations: @@ -641,7 +641,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -651,9 +651,9 @@ spec: application: narration-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration spec: containers: - env: @@ -793,7 +793,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -827,7 +827,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -845,8 +845,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations app.kubernetes.io/version: java17-latest template: metadata: @@ -855,7 +855,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -865,8 +865,8 @@ spec: application: locations-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations app.kubernetes.io/version: java17-latest spec: containers: @@ -1120,7 +1120,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1154,7 +1154,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1182,7 +1182,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" diff --git a/rest-fights/deploy/k8s/java17-kubernetes.yml b/rest-fights/deploy/k8s/java17-kubernetes.yml index 1e717863c..dadc6eaf3 100644 --- a/rest-fights/deploy/k8s/java17-kubernetes.yml +++ b/rest-fights/deploy/k8s/java17-kubernetes.yml @@ -138,7 +138,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -172,7 +172,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -200,7 +200,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" diff --git a/rest-fights/deploy/k8s/java17-minikube-all-downstream.yml b/rest-fights/deploy/k8s/java17-minikube-all-downstream.yml index 38e3f38cd..59e5feb71 100644 --- a/rest-fights/deploy/k8s/java17-minikube-all-downstream.yml +++ b/rest-fights/deploy/k8s/java17-minikube-all-downstream.yml @@ -89,7 +89,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -123,7 +123,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -150,7 +150,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -362,7 +362,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -396,7 +396,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -423,7 +423,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -443,10 +443,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: IfNotPresent livenessProbe: @@ -575,7 +575,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -609,7 +609,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -636,7 +636,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -787,7 +787,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -821,7 +821,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -848,7 +848,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -1112,7 +1112,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1146,7 +1146,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1173,7 +1173,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" diff --git a/rest-fights/deploy/k8s/java17-minikube.yml b/rest-fights/deploy/k8s/java17-minikube.yml index 63b2b313c..3d71494e6 100644 --- a/rest-fights/deploy/k8s/java17-minikube.yml +++ b/rest-fights/deploy/k8s/java17-minikube.yml @@ -138,7 +138,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -172,7 +172,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -199,7 +199,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" diff --git a/rest-fights/deploy/k8s/java17-openshift-all-downstream.yml b/rest-fights/deploy/k8s/java17-openshift-all-downstream.yml index 124131e5e..1443cc566 100644 --- a/rest-fights/deploy/k8s/java17-openshift-all-downstream.yml +++ b/rest-fights/deploy/k8s/java17-openshift-all-downstream.yml @@ -90,7 +90,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -186,7 +186,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -197,17 +197,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest name: rest-villains spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -216,7 +216,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -227,9 +227,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest spec: containers: - envFrom: @@ -289,7 +289,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 labels: app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service @@ -396,7 +396,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -493,7 +493,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -505,16 +505,16 @@ metadata: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes name: rest-heroes spec: replicas: 1 selector: matchLabels: app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes template: metadata: annotations: @@ -523,7 +523,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -535,15 +535,15 @@ spec: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes spec: containers: - envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -596,7 +596,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 labels: app.kubernetes.io/name: rest-heroes app.kubernetes.io/part-of: heroes-service @@ -642,7 +642,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -678,7 +678,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -689,17 +689,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service name: rest-narration spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service template: metadata: annotations: @@ -708,7 +708,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -719,9 +719,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service spec: containers: - envFrom: @@ -779,7 +779,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 labels: app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service @@ -887,7 +887,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -986,7 +986,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -997,17 +997,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations name: grpc-locations spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations template: metadata: annotations: @@ -1016,7 +1016,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -1027,9 +1027,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/name: grpc-locations - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: locations-service + app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: grpc-locations spec: containers: - envFrom: @@ -1089,7 +1089,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:35 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:42:42 +0000 labels: app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service @@ -1245,7 +1245,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1431,7 +1431,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1442,16 +1442,16 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest name: rest-fights spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest template: metadata: @@ -1461,7 +1461,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1472,8 +1472,8 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest spec: containers: @@ -1555,7 +1555,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 labels: app.kubernetes.io/name: rest-fights app.kubernetes.io/part-of: fights-service diff --git a/rest-fights/deploy/k8s/java17-openshift.yml b/rest-fights/deploy/k8s/java17-openshift.yml index a7960eebf..13a51889d 100644 --- a/rest-fights/deploy/k8s/java17-openshift.yml +++ b/rest-fights/deploy/k8s/java17-openshift.yml @@ -139,7 +139,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -325,7 +325,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -336,16 +336,16 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest name: rest-fights spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest template: metadata: @@ -355,7 +355,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -366,8 +366,8 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights + app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: java17-latest spec: containers: @@ -449,7 +449,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:10 +0000 labels: app.kubernetes.io/name: rest-fights app.kubernetes.io/part-of: fights-service diff --git a/rest-fights/deploy/k8s/native-knative-all-downstream.yml b/rest-fights/deploy/k8s/native-knative-all-downstream.yml index d55efd606..fc8a3b9d6 100644 --- a/rest-fights/deploy/k8s/native-knative-all-downstream.yml +++ b/rest-fights/deploy/k8s/native-knative-all-downstream.yml @@ -72,7 +72,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -82,9 +82,9 @@ metadata: app.openshift.io/runtime: quarkus application: villains-service system: quarkus-super-heroes - app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/name: rest-villains name: rest-villains spec: template: @@ -273,7 +273,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -283,8 +283,8 @@ metadata: app.openshift.io/runtime: quarkus application: heroes-service system: quarkus-super-heroes - app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/name: rest-heroes name: rest-heroes spec: @@ -477,7 +477,7 @@ metadata: app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes serverless.openshift.io/default-enable-http2: "true" app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -487,19 +487,19 @@ metadata: app.openshift.io/runtime: quarkus application: locations-service system: quarkus-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: locations-service app.kubernetes.io/name: grpc-locations + app.kubernetes.io/version: native-latest name: grpc-locations spec: template: spec: containers: - envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -688,7 +688,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -699,7 +699,6 @@ metadata: application: fights-service system: quarkus-super-heroes app.kubernetes.io/name: rest-fights - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest name: rest-fights @@ -712,7 +711,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -723,16 +722,15 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/name: rest-fights - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest spec: containers: - envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: diff --git a/rest-fights/deploy/k8s/native-knative.yml b/rest-fights/deploy/k8s/native-knative.yml index ea956450f..755e09f9e 100644 --- a/rest-fights/deploy/k8s/native-knative.yml +++ b/rest-fights/deploy/k8s/native-knative.yml @@ -79,7 +79,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -90,7 +90,6 @@ metadata: application: fights-service system: quarkus-super-heroes app.kubernetes.io/name: rest-fights - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest name: rest-fights @@ -103,7 +102,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -114,16 +113,15 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/name: rest-fights - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest spec: containers: - envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: diff --git a/rest-fights/deploy/k8s/native-kubernetes-all-downstream.yml b/rest-fights/deploy/k8s/native-kubernetes-all-downstream.yml index fc424f763..1a3278a37 100644 --- a/rest-fights/deploy/k8s/native-kubernetes-all-downstream.yml +++ b/rest-fights/deploy/k8s/native-kubernetes-all-downstream.yml @@ -89,7 +89,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -123,7 +123,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -141,10 +141,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service template: metadata: annotations: @@ -152,7 +151,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -162,10 +161,9 @@ spec: application: villains-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service spec: containers: - env: @@ -366,7 +364,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -400,7 +398,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -418,9 +416,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-heroes - app.kubernetes.io/part-of: heroes-service template: metadata: annotations: @@ -428,7 +426,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -438,9 +436,9 @@ spec: application: heroes-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-heroes - app.kubernetes.io/part-of: heroes-service spec: containers: - env: @@ -643,7 +641,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -677,7 +675,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -705,7 +703,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -726,10 +724,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -970,7 +968,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1004,7 +1002,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1022,8 +1020,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights template: metadata: @@ -1032,7 +1030,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1042,8 +1040,8 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights spec: containers: @@ -1053,10 +1051,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: diff --git a/rest-fights/deploy/k8s/native-kubernetes.yml b/rest-fights/deploy/k8s/native-kubernetes.yml index f5df9edaa..2d91c3c54 100644 --- a/rest-fights/deploy/k8s/native-kubernetes.yml +++ b/rest-fights/deploy/k8s/native-kubernetes.yml @@ -138,7 +138,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -172,7 +172,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -190,8 +190,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights template: metadata: @@ -200,7 +200,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -210,8 +210,8 @@ spec: application: fights-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: fights-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: fights-service app.kubernetes.io/name: rest-fights spec: containers: @@ -221,10 +221,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: diff --git a/rest-fights/deploy/k8s/native-minikube-all-downstream.yml b/rest-fights/deploy/k8s/native-minikube-all-downstream.yml index fb6a0aafb..e3a53f6e8 100644 --- a/rest-fights/deploy/k8s/native-minikube-all-downstream.yml +++ b/rest-fights/deploy/k8s/native-minikube-all-downstream.yml @@ -89,7 +89,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -123,7 +123,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -150,7 +150,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -362,7 +362,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -396,7 +396,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -423,7 +423,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -637,7 +637,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -671,7 +671,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -698,7 +698,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -718,10 +718,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: IfNotPresent livenessProbe: @@ -962,7 +962,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -996,7 +996,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1023,7 +1023,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1043,10 +1043,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: IfNotPresent livenessProbe: diff --git a/rest-fights/deploy/k8s/native-minikube.yml b/rest-fights/deploy/k8s/native-minikube.yml index 37a90c7a0..7ca811a2c 100644 --- a/rest-fights/deploy/k8s/native-minikube.yml +++ b/rest-fights/deploy/k8s/native-minikube.yml @@ -138,7 +138,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -172,7 +172,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -199,7 +199,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -219,10 +219,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: IfNotPresent livenessProbe: diff --git a/rest-fights/deploy/k8s/native-openshift-all-downstream.yml b/rest-fights/deploy/k8s/native-openshift-all-downstream.yml index dae4f236e..ee74fc2ab 100644 --- a/rest-fights/deploy/k8s/native-openshift-all-downstream.yml +++ b/rest-fights/deploy/k8s/native-openshift-all-downstream.yml @@ -90,7 +90,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -186,7 +186,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -197,17 +197,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest name: rest-villains spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -216,7 +216,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -227,9 +227,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest spec: containers: - envFrom: @@ -289,7 +289,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 labels: app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service @@ -396,7 +396,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -493,7 +493,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -523,7 +523,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -596,7 +596,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 labels: app.kubernetes.io/name: rest-heroes app.kubernetes.io/part-of: heroes-service @@ -704,7 +704,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -803,7 +803,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -815,16 +815,16 @@ metadata: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations name: grpc-locations spec: replicas: 1 selector: matchLabels: app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations template: metadata: annotations: @@ -833,7 +833,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8089" @@ -845,15 +845,15 @@ spec: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/version: native-latest - app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service + app.kubernetes.io/name: grpc-locations spec: containers: - envFrom: - - secretRef: - name: grpc-locations-config-creds - configMapRef: name: grpc-locations-config + - secretRef: + name: grpc-locations-config-creds image: quay.io/quarkus-super-heroes/grpc-locations:native-latest imagePullPolicy: Always livenessProbe: @@ -906,7 +906,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:40 +0000 labels: app.kubernetes.io/name: grpc-locations app.kubernetes.io/part-of: locations-service @@ -1062,7 +1062,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1248,7 +1248,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1278,7 +1278,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -1295,10 +1295,10 @@ spec: spec: containers: - envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: @@ -1372,7 +1372,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 labels: app.kubernetes.io/name: rest-fights app.kubernetes.io/part-of: fights-service diff --git a/rest-fights/deploy/k8s/native-openshift.yml b/rest-fights/deploy/k8s/native-openshift.yml index 33d531191..3d49a982e 100644 --- a/rest-fights/deploy/k8s/native-openshift.yml +++ b/rest-fights/deploy/k8s/native-openshift.yml @@ -139,7 +139,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -325,7 +325,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -355,7 +355,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8082" @@ -372,10 +372,10 @@ spec: spec: containers: - envFrom: - - secretRef: - name: rest-fights-config-creds - configMapRef: name: rest-fights-config + - secretRef: + name: rest-fights-config-creds image: quay.io/quarkus-super-heroes/rest-fights:native-latest imagePullPolicy: Always livenessProbe: @@ -449,7 +449,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:31 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:41 +0000 labels: app.kubernetes.io/name: rest-fights app.kubernetes.io/part-of: fights-service diff --git a/rest-heroes/deploy/k8s/java17-knative.yml b/rest-heroes/deploy/k8s/java17-knative.yml index 6aac49a71..777c845f6 100644 --- a/rest-heroes/deploy/k8s/java17-knative.yml +++ b/rest-heroes/deploy/k8s/java17-knative.yml @@ -67,7 +67,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -77,19 +77,19 @@ metadata: app.openshift.io/runtime: quarkus application: heroes-service system: quarkus-super-heroes + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: heroes-service name: rest-heroes spec: template: spec: containers: - envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: diff --git a/rest-heroes/deploy/k8s/java17-kubernetes.yml b/rest-heroes/deploy/k8s/java17-kubernetes.yml index fc6792b58..5ce3dc1f0 100644 --- a/rest-heroes/deploy/k8s/java17-kubernetes.yml +++ b/rest-heroes/deploy/k8s/java17-kubernetes.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -167,10 +167,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: diff --git a/rest-heroes/deploy/k8s/java17-minikube.yml b/rest-heroes/deploy/k8s/java17-minikube.yml index 9349ac03a..9aa99cbde 100644 --- a/rest-heroes/deploy/k8s/java17-minikube.yml +++ b/rest-heroes/deploy/k8s/java17-minikube.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -145,7 +145,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -165,10 +165,10 @@ spec: fieldRef: fieldPath: metadata.namespace envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: IfNotPresent livenessProbe: diff --git a/rest-heroes/deploy/k8s/java17-openshift.yml b/rest-heroes/deploy/k8s/java17-openshift.yml index 6dc621647..1da629895 100644 --- a/rest-heroes/deploy/k8s/java17-openshift.yml +++ b/rest-heroes/deploy/k8s/java17-openshift.yml @@ -85,7 +85,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -182,7 +182,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -194,16 +194,16 @@ metadata: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes name: rest-heroes spec: replicas: 1 selector: matchLabels: app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes template: metadata: annotations: @@ -212,7 +212,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -224,15 +224,15 @@ spec: app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus app.kubernetes.io/part-of: heroes-service - app.kubernetes.io/name: rest-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-heroes spec: containers: - envFrom: - - secretRef: - name: rest-heroes-config-creds - configMapRef: name: rest-heroes-config + - secretRef: + name: rest-heroes-config-creds image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest imagePullPolicy: Always livenessProbe: @@ -285,7 +285,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:34 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:42 +0000 labels: app.kubernetes.io/name: rest-heroes app.kubernetes.io/part-of: heroes-service diff --git a/rest-heroes/deploy/k8s/native-knative.yml b/rest-heroes/deploy/k8s/native-knative.yml index 10e3d83bd..932be5558 100644 --- a/rest-heroes/deploy/k8s/native-knative.yml +++ b/rest-heroes/deploy/k8s/native-knative.yml @@ -67,7 +67,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -77,8 +77,8 @@ metadata: app.openshift.io/runtime: quarkus application: heroes-service system: quarkus-super-heroes - app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/name: rest-heroes name: rest-heroes spec: diff --git a/rest-heroes/deploy/k8s/native-kubernetes.yml b/rest-heroes/deploy/k8s/native-kubernetes.yml index eb63aee70..47fcd5a71 100644 --- a/rest-heroes/deploy/k8s/native-kubernetes.yml +++ b/rest-heroes/deploy/k8s/native-kubernetes.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -136,9 +136,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-heroes - app.kubernetes.io/part-of: heroes-service template: metadata: annotations: @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -156,9 +156,9 @@ spec: application: heroes-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/part-of: heroes-service app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-heroes - app.kubernetes.io/part-of: heroes-service spec: containers: - env: diff --git a/rest-heroes/deploy/k8s/native-minikube.yml b/rest-heroes/deploy/k8s/native-minikube.yml index 93d9a1a8c..d1f03b951 100644 --- a/rest-heroes/deploy/k8s/native-minikube.yml +++ b/rest-heroes/deploy/k8s/native-minikube.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -145,7 +145,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" diff --git a/rest-heroes/deploy/k8s/native-openshift.yml b/rest-heroes/deploy/k8s/native-openshift.yml index 415591930..6197fccb8 100644 --- a/rest-heroes/deploy/k8s/native-openshift.yml +++ b/rest-heroes/deploy/k8s/native-openshift.yml @@ -85,7 +85,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -182,7 +182,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -212,7 +212,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8083" @@ -285,7 +285,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:56:07 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:46:17 +0000 labels: app.kubernetes.io/name: rest-heroes app.kubernetes.io/part-of: heroes-service diff --git a/rest-narration/deploy/k8s/java17-knative.yml b/rest-narration/deploy/k8s/java17-knative.yml index 4ae625f64..55e80c9d8 100644 --- a/rest-narration/deploy/k8s/java17-knative.yml +++ b/rest-narration/deploy/k8s/java17-knative.yml @@ -23,7 +23,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -34,8 +34,8 @@ metadata: application: narration-service system: quarkus-super-heroes app.kubernetes.io/part-of: narration-service - app.kubernetes.io/version: java17-latest app.kubernetes.io/name: rest-narration + app.kubernetes.io/version: java17-latest name: rest-narration spec: template: diff --git a/rest-narration/deploy/k8s/java17-kubernetes.yml b/rest-narration/deploy/k8s/java17-kubernetes.yml index aad435952..9dbbc76c8 100644 --- a/rest-narration/deploy/k8s/java17-kubernetes.yml +++ b/rest-narration/deploy/k8s/java17-kubernetes.yml @@ -23,7 +23,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -57,7 +57,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -75,9 +75,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration template: metadata: annotations: @@ -85,7 +85,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -95,9 +95,9 @@ spec: application: narration-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration spec: containers: - env: diff --git a/rest-narration/deploy/k8s/java17-minikube.yml b/rest-narration/deploy/k8s/java17-minikube.yml index c8cc38499..5b90b745a 100644 --- a/rest-narration/deploy/k8s/java17-minikube.yml +++ b/rest-narration/deploy/k8s/java17-minikube.yml @@ -23,7 +23,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -57,7 +57,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -84,7 +84,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" diff --git a/rest-narration/deploy/k8s/java17-openshift.yml b/rest-narration/deploy/k8s/java17-openshift.yml index 65d58ad96..4fa6ea757 100644 --- a/rest-narration/deploy/k8s/java17-openshift.yml +++ b/rest-narration/deploy/k8s/java17-openshift.yml @@ -24,7 +24,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -60,7 +60,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -71,17 +71,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service name: rest-narration spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service template: metadata: annotations: @@ -90,7 +90,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8087" @@ -101,9 +101,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: narration-service - app.kubernetes.io/name: rest-narration app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: rest-narration + app.kubernetes.io/part-of: narration-service spec: containers: - envFrom: @@ -161,7 +161,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:52:55 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:01 +0000 labels: app.kubernetes.io/name: rest-narration app.kubernetes.io/part-of: narration-service diff --git a/rest-villains/deploy/k8s/java17-knative.yml b/rest-villains/deploy/k8s/java17-knative.yml index 6d3d721d3..2626806fd 100644 --- a/rest-villains/deploy/k8s/java17-knative.yml +++ b/rest-villains/deploy/k8s/java17-knative.yml @@ -67,7 +67,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -77,9 +77,9 @@ metadata: app.openshift.io/runtime: quarkus application: villains-service system: quarkus-super-heroes + app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service app.kubernetes.io/version: java17-latest - app.kubernetes.io/name: rest-villains name: rest-villains spec: template: diff --git a/rest-villains/deploy/k8s/java17-kubernetes.yml b/rest-villains/deploy/k8s/java17-kubernetes.yml index 8145f86e4..5bc14efe0 100644 --- a/rest-villains/deploy/k8s/java17-kubernetes.yml +++ b/rest-villains/deploy/k8s/java17-kubernetes.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -146,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" diff --git a/rest-villains/deploy/k8s/java17-minikube.yml b/rest-villains/deploy/k8s/java17-minikube.yml index 536f72d0e..63a9f55e9 100644 --- a/rest-villains/deploy/k8s/java17-minikube.yml +++ b/rest-villains/deploy/k8s/java17-minikube.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -145,7 +145,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" diff --git a/rest-villains/deploy/k8s/java17-openshift.yml b/rest-villains/deploy/k8s/java17-openshift.yml index fbcc11cdf..d15933d2b 100644 --- a/rest-villains/deploy/k8s/java17-openshift.yml +++ b/rest-villains/deploy/k8s/java17-openshift.yml @@ -85,7 +85,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -181,7 +181,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -192,17 +192,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest name: rest-villains spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -211,7 +211,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -222,9 +222,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/version: java17-latest spec: containers: - envFrom: @@ -284,7 +284,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:53:15 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:43:22 +0000 labels: app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service diff --git a/rest-villains/deploy/k8s/native-knative.yml b/rest-villains/deploy/k8s/native-knative.yml index a01d72005..91f159863 100644 --- a/rest-villains/deploy/k8s/native-knative.yml +++ b/rest-villains/deploy/k8s/native-knative.yml @@ -67,7 +67,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -77,9 +77,9 @@ metadata: app.openshift.io/runtime: quarkus application: villains-service system: quarkus-super-heroes - app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/name: rest-villains name: rest-villains spec: template: diff --git a/rest-villains/deploy/k8s/native-kubernetes.yml b/rest-villains/deploy/k8s/native-kubernetes.yml index 8a1cdb8ed..33ee27bc4 100644 --- a/rest-villains/deploy/k8s/native-kubernetes.yml +++ b/rest-villains/deploy/k8s/native-kubernetes.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -136,10 +136,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service template: metadata: annotations: @@ -147,7 +146,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -157,10 +156,9 @@ spec: application: villains-service system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest app.kubernetes.io/name: rest-villains - app.kubernetes.io/part-of: villains-service spec: containers: - env: diff --git a/rest-villains/deploy/k8s/native-minikube.yml b/rest-villains/deploy/k8s/native-minikube.yml index 47ee13098..d35f8fb5d 100644 --- a/rest-villains/deploy/k8s/native-minikube.yml +++ b/rest-villains/deploy/k8s/native-minikube.yml @@ -84,7 +84,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -118,7 +118,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -145,7 +145,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" diff --git a/rest-villains/deploy/k8s/native-openshift.yml b/rest-villains/deploy/k8s/native-openshift.yml index 4c06f94ff..6c4d36106 100644 --- a/rest-villains/deploy/k8s/native-openshift.yml +++ b/rest-villains/deploy/k8s/native-openshift.yml @@ -85,7 +85,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -181,7 +181,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -192,17 +192,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest name: rest-villains spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest template: metadata: annotations: @@ -211,7 +211,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8084" @@ -222,9 +222,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: native-latest - app.kubernetes.io/part-of: villains-service app.kubernetes.io/name: rest-villains + app.kubernetes.io/part-of: villains-service + app.kubernetes.io/version: native-latest spec: containers: - envFrom: @@ -284,7 +284,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:55:49 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:45:58 +0000 labels: app.kubernetes.io/name: rest-villains app.kubernetes.io/part-of: villains-service diff --git a/ui-super-heroes/deploy/k8s/java17-knative.yml b/ui-super-heroes/deploy/k8s/java17-knative.yml index 2f3fbdb0f..0c4ceda86 100644 --- a/ui-super-heroes/deploy/k8s/java17-knative.yml +++ b/ui-super-heroes/deploy/k8s/java17-knative.yml @@ -12,7 +12,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -22,9 +22,9 @@ metadata: app.openshift.io/runtime: quarkus application: ui-super-heroes system: quarkus-super-heroes + app.kubernetes.io/version: java17-latest app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/version: java17-latest name: ui-super-heroes spec: template: @@ -35,7 +35,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -45,9 +45,9 @@ spec: app.openshift.io/runtime: quarkus application: ui-super-heroes system: quarkus-super-heroes + app.kubernetes.io/version: java17-latest app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/version: java17-latest spec: containers: - env: diff --git a/ui-super-heroes/deploy/k8s/java17-kubernetes.yml b/ui-super-heroes/deploy/k8s/java17-kubernetes.yml index 6e24c1ba0..2ace4ce0f 100644 --- a/ui-super-heroes/deploy/k8s/java17-kubernetes.yml +++ b/ui-super-heroes/deploy/k8s/java17-kubernetes.yml @@ -12,7 +12,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -46,7 +46,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -64,9 +64,9 @@ spec: replicas: 1 selector: matchLabels: + app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes template: metadata: annotations: @@ -74,7 +74,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -84,9 +84,9 @@ spec: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes spec: containers: - env: @@ -145,15 +145,15 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus + app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes name: ui-super-heroes spec: rules: diff --git a/ui-super-heroes/deploy/k8s/java17-minikube.yml b/ui-super-heroes/deploy/k8s/java17-minikube.yml index 6792be38b..9e4fb523e 100644 --- a/ui-super-heroes/deploy/k8s/java17-minikube.yml +++ b/ui-super-heroes/deploy/k8s/java17-minikube.yml @@ -12,7 +12,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -46,7 +46,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -73,7 +73,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -143,14 +143,14 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes - app.kubernetes.io/part-of: ui-super-heroes - app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/version: java17-latest + app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes name: ui-super-heroes spec: rules: diff --git a/ui-super-heroes/deploy/k8s/java17-openshift.yml b/ui-super-heroes/deploy/k8s/java17-openshift.yml index 42cd8d1fa..65699a0f6 100644 --- a/ui-super-heroes/deploy/k8s/java17-openshift.yml +++ b/ui-super-heroes/deploy/k8s/java17-openshift.yml @@ -13,7 +13,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -49,7 +49,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -60,17 +60,17 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: java17-latest name: ui-super-heroes spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: java17-latest template: metadata: annotations: @@ -79,7 +79,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -90,9 +90,9 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/version: java17-latest - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes + app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: java17-latest spec: containers: - env: @@ -150,7 +150,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:54:37 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:44:44 +0000 labels: app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes diff --git a/ui-super-heroes/deploy/k8s/native-knative.yml b/ui-super-heroes/deploy/k8s/native-knative.yml index 25c3f8028..a3270d28d 100644 --- a/ui-super-heroes/deploy/k8s/native-knative.yml +++ b/ui-super-heroes/deploy/k8s/native-knative.yml @@ -12,7 +12,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -23,8 +23,8 @@ metadata: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: native-latest name: ui-super-heroes spec: template: @@ -35,7 +35,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -46,8 +46,8 @@ spec: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: ui-super-heroes + app.kubernetes.io/version: native-latest spec: containers: - env: diff --git a/ui-super-heroes/deploy/k8s/native-kubernetes.yml b/ui-super-heroes/deploy/k8s/native-kubernetes.yml index 4bb608d8e..22ac28e2c 100644 --- a/ui-super-heroes/deploy/k8s/native-kubernetes.yml +++ b/ui-super-heroes/deploy/k8s/native-kubernetes.yml @@ -12,7 +12,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -46,7 +46,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -64,10 +64,9 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes template: metadata: annotations: @@ -75,7 +74,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -85,10 +84,9 @@ spec: application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes spec: containers: - env: @@ -147,16 +145,15 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes name: ui-super-heroes spec: rules: diff --git a/ui-super-heroes/deploy/k8s/native-minikube.yml b/ui-super-heroes/deploy/k8s/native-minikube.yml index 858c517b3..c191e2043 100644 --- a/ui-super-heroes/deploy/k8s/native-minikube.yml +++ b/ui-super-heroes/deploy/k8s/native-minikube.yml @@ -12,7 +12,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -46,7 +46,7 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -73,7 +73,7 @@ spec: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -143,14 +143,14 @@ metadata: app.quarkus.io/vcs-ref: main app.quarkus.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 labels: app: ui-super-heroes application: ui-super-heroes system: quarkus-super-heroes + app.kubernetes.io/version: native-latest app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes - app.kubernetes.io/version: native-latest name: ui-super-heroes spec: rules: diff --git a/ui-super-heroes/deploy/k8s/native-openshift.yml b/ui-super-heroes/deploy/k8s/native-openshift.yml index 00af00d8f..462675f63 100644 --- a/ui-super-heroes/deploy/k8s/native-openshift.yml +++ b/ui-super-heroes/deploy/k8s/native-openshift.yml @@ -13,7 +13,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -49,7 +49,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -60,16 +60,16 @@ metadata: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes name: ui-super-heroes spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes template: metadata: @@ -79,7 +79,7 @@ spec: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" @@ -90,8 +90,8 @@ spec: system: quarkus-super-heroes app.kubernetes.io/managed-by: quarkus app.openshift.io/runtime: quarkus - app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/version: native-latest + app.kubernetes.io/part-of: ui-super-heroes app.kubernetes.io/name: ui-super-heroes spec: containers: @@ -150,7 +150,7 @@ metadata: app.openshift.io/vcs-ref: main app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes - app.quarkus.io/build-timestamp: 2023-12-13 - 12:57:03 +0000 + app.quarkus.io/build-timestamp: 2023-12-15 - 11:47:12 +0000 labels: app.kubernetes.io/name: ui-super-heroes app.kubernetes.io/part-of: ui-super-heroes