Skip to content

Commit

Permalink
Generate deploy resources (from Build and Push Container images run #…
Browse files Browse the repository at this point in the history
… 569) (#454)

Co-authored-by: edeandrea <[email protected]>
  • Loading branch information
github-actions[bot] and edeandrea authored Nov 29, 2023
1 parent 5868ee0 commit 5051ed4
Show file tree
Hide file tree
Showing 68 changed files with 1,532 additions and 989 deletions.
61 changes: 35 additions & 26 deletions deploy/k8s/java17-knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ metadata:
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
serverless.openshift.io/default-enable-http2: "true"
app.quarkus.io/build-timestamp: 2023-11-29 - 12:36:14 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:41:23 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8089"
Expand All @@ -78,19 +79,19 @@ metadata:
app.openshift.io/runtime: quarkus
application: locations-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: locations-service
app.kubernetes.io/version: java17-latest
app.kubernetes.io/name: grpc-locations
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: locations-service
name: grpc-locations
spec:
template:
spec:
containers:
- envFrom:
- configMapRef:
name: grpc-locations-config
- secretRef:
name: grpc-locations-config-creds
- configMapRef:
name: grpc-locations-config
image: quay.io/quarkus-super-heroes/grpc-locations:java17-latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -222,7 +223,8 @@ metadata:
app.openshift.io/connects-to: otel-collector
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:36:33 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:41:43 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8087"
Expand All @@ -232,9 +234,9 @@ metadata:
app.openshift.io/runtime: quarkus
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/part-of: narration-service
name: rest-narration
spec:
template:
Expand Down Expand Up @@ -338,7 +340,8 @@ metadata:
app.openshift.io/connects-to: "villains-db,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:36:53 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:42:04 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8084"
Expand Down Expand Up @@ -533,7 +536,8 @@ metadata:
app.openshift.io/connects-to: "heroes-db,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:37:12 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:42:23 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8083"
Expand All @@ -552,10 +556,10 @@ spec:
spec:
containers:
- envFrom:
- configMapRef:
name: rest-heroes-config
- secretRef:
name: rest-heroes-config-creds
- configMapRef:
name: rest-heroes-config
image: quay.io/quarkus-super-heroes/rest-heroes:java17-latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -741,7 +745,8 @@ metadata:
app.openshift.io/connects-to: "fights-db,fights-kafka,apicurio,rest-villains,rest-heroes,rest-narration,grpc-locations,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:37:40 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:42:51 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8082"
Expand All @@ -751,9 +756,9 @@ metadata:
app.openshift.io/runtime: quarkus
application: fights-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: fights-service
app.kubernetes.io/name: rest-fights
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: fights-service
name: rest-fights
spec:
template:
Expand All @@ -763,7 +768,8 @@ spec:
app.openshift.io/connects-to: "fights-db,fights-kafka,apicurio,rest-villains,rest-heroes,rest-narration,grpc-locations,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:37:40 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:42:51 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8082"
Expand All @@ -773,16 +779,16 @@ spec:
app.openshift.io/runtime: quarkus
application: fights-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: fights-service
app.kubernetes.io/name: rest-fights
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: fights-service
spec:
containers:
- envFrom:
- configMapRef:
name: rest-fights-config
- secretRef:
name: rest-fights-config-creds
- configMapRef:
name: rest-fights-config
image: quay.io/quarkus-super-heroes/rest-fights:java17-latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -1052,7 +1058,8 @@ metadata:
app.openshift.io/connects-to: "fights-kafka,apicurio,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:37:57 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:43:10 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8085"
Expand All @@ -1062,9 +1069,9 @@ metadata:
app.openshift.io/runtime: quarkus
application: event-stats
system: quarkus-super-heroes
app.kubernetes.io/name: event-statistics
app.kubernetes.io/part-of: event-stats
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: event-stats
app.kubernetes.io/name: event-statistics
name: event-statistics
spec:
template:
Expand Down Expand Up @@ -1268,7 +1275,8 @@ metadata:
app.openshift.io/connects-to: "rest-fights,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:38:12 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:43:26 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8080"
Expand All @@ -1278,9 +1286,9 @@ metadata:
app.openshift.io/runtime: quarkus
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:
template:
Expand All @@ -1290,7 +1298,8 @@ spec:
app.openshift.io/connects-to: "rest-fights,otel-collector"
app.openshift.io/vcs-ref: main
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 12:38:12 +0000
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/build-timestamp: 2023-11-29 - 20:43:26 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8080"
Expand All @@ -1300,9 +1309,9 @@ spec:
app.openshift.io/runtime: quarkus
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
spec:
containers:
- env:
Expand Down
Loading

0 comments on commit 5051ed4

Please sign in to comment.