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
… 875) (#1094)

Co-authored-by: edeandrea <[email protected]>
  • Loading branch information
github-actions[bot] and edeandrea authored Jul 18, 2024
1 parent 00ab5ff commit 3c30811
Show file tree
Hide file tree
Showing 78 changed files with 985 additions and 985 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose/java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ services:
QUARKUS_LIQUIBASE_MONGODB_MIGRATE_AT_START: "false"
QUARKUS_MONGODB_CREDENTIALS_USERNAME: superfight
QUARKUS_MONGODB_CREDENTIALS_PASSWORD: superfight
QUARKUS_STORK__HERO_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK__VILLAIN_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK__NARRATION_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_STORK_HERO_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK_VILLAIN_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK_NARRATION_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_GRPC_CLIENTS_LOCATIONS_HOST: grpc-locations
QUARKUS_GRPC_CLIENTS_LOCATIONS_PORT: 8089
MP_MESSAGING_CONNECTOR_SMALLRYE_KAFKA_APICURIO_REGISTRY_URL: http://apicurio:8086/apis/registry/v2
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker-compose/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ services:
QUARKUS_LIQUIBASE_MONGODB_MIGRATE_AT_START: "false"
QUARKUS_MONGODB_CREDENTIALS_USERNAME: superfight
QUARKUS_MONGODB_CREDENTIALS_PASSWORD: superfight
QUARKUS_STORK__HERO_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK__VILLAIN_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK__NARRATION_SERVICE__SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_STORK_HERO_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-heroes:8083
QUARKUS_STORK_VILLAIN_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-villains:8084
QUARKUS_STORK_NARRATION_SERVICE_SERVICE_DISCOVERY_ADDRESS_LIST: rest-narration:8087
QUARKUS_GRPC_CLIENTS_LOCATIONS_HOST: grpc-locations
QUARKUS_GRPC_CLIENTS_LOCATIONS_PORT: 8089
MP_MESSAGING_CONNECTOR_SMALLRYE_KAFKA_APICURIO_REGISTRY_URL: http://apicurio:8086/apis/registry/v2
Expand Down
80 changes: 40 additions & 40 deletions deploy/k8s/java17-knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ metadata:
serverless.openshift.io/default-enable-http2: "true"
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:42:46 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:07:06 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8089"
Expand All @@ -89,10 +89,10 @@ spec:
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 @@ -218,7 +218,7 @@ metadata:
serverless.openshift.io/default-enable-http2: "true"
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:42:46 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:07:06 +0000
labels:
app: grpc-locations
app.openshift.io/runtime: quarkus
Expand Down Expand Up @@ -257,7 +257,7 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:43:06 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:07:28 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8087"
Expand All @@ -267,9 +267,9 @@ metadata:
app.openshift.io/runtime: quarkus
application: narration-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: narration-service
app.kubernetes.io/name: rest-narration
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: narration-service
name: rest-narration
spec:
template:
Expand Down Expand Up @@ -320,15 +320,15 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:43:06 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:07:28 +0000
labels:
app: rest-narration
app.openshift.io/runtime: quarkus
application: narration-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: narration-service
app.kubernetes.io/name: rest-narration
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: narration-service
name: rest-narration
spec:
selector: {}
Expand Down Expand Up @@ -403,7 +403,7 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:43:27 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:07:49 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8084"
Expand All @@ -414,8 +414,8 @@ metadata:
application: villains-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: villains-service
app.kubernetes.io/name: rest-villains
app.kubernetes.io/version: java17-latest
app.kubernetes.io/name: rest-villains
name: rest-villains
spec:
template:
Expand Down Expand Up @@ -547,15 +547,15 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:43:27 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:07:49 +0000
labels:
app: rest-villains
app.openshift.io/runtime: quarkus
application: villains-service
system: quarkus-super-heroes
app.kubernetes.io/part-of: villains-service
app.kubernetes.io/name: rest-villains
app.kubernetes.io/version: java17-latest
app.kubernetes.io/name: rest-villains
name: rest-villains
spec:
selector: {}
Expand Down Expand Up @@ -630,7 +630,7 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:43:46 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:10 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8083"
Expand All @@ -640,19 +640,19 @@ metadata:
app.openshift.io/runtime: quarkus
application: heroes-service
system: quarkus-super-heroes
app.kubernetes.io/name: rest-heroes
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: heroes-service
app.kubernetes.io/name: rest-heroes
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:
Expand Down Expand Up @@ -775,15 +775,15 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:43:46 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:10 +0000
labels:
app: rest-heroes
app.openshift.io/runtime: quarkus
application: heroes-service
system: quarkus-super-heroes
app.kubernetes.io/name: rest-heroes
app.kubernetes.io/version: java17-latest
app.kubernetes.io/part-of: heroes-service
app.kubernetes.io/name: rest-heroes
name: rest-heroes
spec:
selector: {}
Expand Down Expand Up @@ -870,7 +870,7 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:14 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:39 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8082"
Expand All @@ -880,8 +880,8 @@ metadata:
app.openshift.io/runtime: quarkus
application: fights-service
system: quarkus-super-heroes
app.kubernetes.io/name: rest-fights
app.kubernetes.io/version: java17-latest
app.kubernetes.io/name: rest-fights
app.kubernetes.io/part-of: fights-service
name: rest-fights
spec:
Expand All @@ -894,7 +894,7 @@ spec:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:14 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:39 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8082"
Expand All @@ -904,16 +904,16 @@ spec:
app.openshift.io/runtime: quarkus
application: fights-service
system: quarkus-super-heroes
app.kubernetes.io/name: rest-fights
app.kubernetes.io/version: java17-latest
app.kubernetes.io/name: rest-fights
app.kubernetes.io/part-of: fights-service
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:java17-latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -1167,14 +1167,14 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:14 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:39 +0000
labels:
app: rest-fights
app.openshift.io/runtime: quarkus
application: fights-service
system: quarkus-super-heroes
app.kubernetes.io/name: rest-fights
app.kubernetes.io/version: java17-latest
app.kubernetes.io/name: rest-fights
app.kubernetes.io/part-of: fights-service
name: rest-fights
spec:
Expand Down Expand Up @@ -1218,7 +1218,7 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:32 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:58 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8085"
Expand All @@ -1228,19 +1228,19 @@ 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/part-of: event-stats
app.kubernetes.io/name: event-statistics
app.kubernetes.io/version: java17-latest
name: event-statistics
spec:
template:
spec:
containers:
- envFrom:
- secretRef:
name: event-statistics-config-creds
- configMapRef:
name: event-statistics-config
- secretRef:
name: event-statistics-config-creds
image: quay.io/quarkus-super-heroes/event-statistics:java17-latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -1439,15 +1439,15 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:32 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:08:58 +0000
labels:
app: event-statistics
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/part-of: event-stats
app.kubernetes.io/name: event-statistics
app.kubernetes.io/version: java17-latest
name: event-statistics
spec:
selector: {}
Expand All @@ -1467,7 +1467,7 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:48 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:09:14 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8080"
Expand All @@ -1477,9 +1477,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/part-of: ui-super-heroes
name: ui-super-heroes
spec:
template:
Expand All @@ -1491,7 +1491,7 @@ spec:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:48 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:09:14 +0000
prometheus.io/scrape: "true"
prometheus.io/path: /q/metrics
prometheus.io/port: "8080"
Expand All @@ -1501,9 +1501,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/part-of: ui-super-heroes
spec:
containers:
- env:
Expand Down Expand Up @@ -1551,15 +1551,15 @@ metadata:
app.openshift.io/vcs-url: https://github.com/quarkusio/quarkus-super-heroes
app.quarkus.io/quarkus-version: 3.12.2
app.quarkus.io/vcs-uri: https://github.com/quarkusio/quarkus-super-heroes.git
app.quarkus.io/build-timestamp: 2024-07-17 - 00:44:48 +0000
app.quarkus.io/build-timestamp: 2024-07-18 - 01:09:14 +0000
labels:
app: ui-super-heroes
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/part-of: ui-super-heroes
name: ui-super-heroes
spec:
selector: {}
Expand Down
Loading

0 comments on commit 3c30811

Please sign in to comment.