Skip to content

Commit

Permalink
Merge pull request #67 from 3scale/prepare-3scale-2.11.1
Browse files Browse the repository at this point in the history
Prepare 3scale 2.11.1
  • Loading branch information
eguzki authored Dec 22, 2021
2 parents 8b3e773 + a0b2c90 commit ba7f730
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 25 deletions.
19 changes: 18 additions & 1 deletion 3scale-image-streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ items:
type: Local
from:
kind: ImageStreamTag
name: 2.11.0.GA
name: 2.11.1.GA

- name: 2.1.0.GA
annotations:
Expand Down Expand Up @@ -216,3 +216,20 @@ items:
from:
kind: DockerImage
name: registry.redhat.io/3scale-amp2/apicast-gateway-rhel8:3scale2.11

- name: 2.11.1.GA
annotations:
openshift.io/display-name: 3scale APIcast API Gateway 2.11.1.GA
openshift.io/provider-display-name: Red Hat, Inc.
iconClass: icon-3scale
description: >-
3scale's APIcast is an NGINX based API gateway used to integrate your internal and external
API services with 3scale's API Management Platform. It supports OpenID connect to integrate
with external Identity Providers such as Red Hat Single Sign On, for API traffic authentication.
tags: api,gateway,3scale
version: 2.11.1.GA
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/3scale-amp2/apicast-gateway-rhel8:3scale2.11.1
8 changes: 4 additions & 4 deletions amp/amp-ha-tech-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ objects:
name: backend-cron
resources:
limits:
cpu: 150m
memory: 150Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 50m
memory: 40Mi
cpu: 100m
memory: 100Mi
initContainers:
- command:
- /opt/app/entrypoint.sh
Expand Down
8 changes: 4 additions & 4 deletions amp/amp-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,11 @@ objects:
name: backend-cron
resources:
limits:
cpu: 150m
memory: 150Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 50m
memory: 40Mi
cpu: 100m
memory: 100Mi
initContainers:
- command:
- /opt/app/entrypoint.sh
Expand Down
8 changes: 4 additions & 4 deletions amp/amp-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,11 @@ objects:
name: backend-cron
resources:
limits:
cpu: 150m
memory: 150Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 50m
memory: 40Mi
cpu: 100m
memory: 100Mi
initContainers:
- command:
- /opt/app/entrypoint.sh
Expand Down
8 changes: 4 additions & 4 deletions amp/amp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,11 @@ objects:
name: backend-cron
resources:
limits:
cpu: 150m
memory: 150Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 50m
memory: 40Mi
cpu: 100m
memory: 100Mi
initContainers:
- command:
- /opt/app/entrypoint.sh
Expand Down
14 changes: 7 additions & 7 deletions apicast-gateway/apicast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Template
metadata:
name: 3scale-gateway
annotations:
openshift.io/documentation-url: https://access.redhat.com/documentation/en-us/red_hat_3scale/2-saas/html-single/administering_the_api_gateway
openshift.io/documentation-url: https://access.redhat.com/documentation/en-us/red_hat_3scale/2.saas/html/deployment_options/apicast-openshift
openshift.io/display-name: 3scale APIcast API Gateway
openshift.io/provider-display-name: Red Hat, Inc.
iconClass: icon-3scale
description: >-
3scale's APIcast is an NGINX based API gateway used to integrate your internal and external
API services with 3scale's API Management Platform. It supports OpenID connect to integrate
with external Identity Providers such as Red Hat Single Sign On, for API traffic authentication
3scale's APIcast is an NGINX based API gateway used to integrate your internal and external
API services with 3scale's API Management Platform. It supports OpenID connect to integrate
with external Identity Providers such as Red Hat Single Sign On, for API traffic authentication
tags: api,gateway,3scale
objects:

Expand Down Expand Up @@ -118,7 +118,7 @@ objects:
parameters:
- name: AMP_RELEASE
description: "AMP release tag."
value: "2.11.0"
value: "2.11.1"
required: true
- name: AMP_APICAST_IMAGE
value: "registry.redhat.io/3scale-amp2/apicast-gateway-rhel8:3scale2.11"
Expand Down Expand Up @@ -163,8 +163,8 @@ parameters:
name: RESPONSE_CODES
required: false
- name: CONFIGURATION_CACHE
description: "For how long to cache the downloaded configuration in seconds. Can be left empty which will be 0 or greater than 60."
value: "300"
description: "For how long to cache the downloaded configuration in seconds. Can be left empty, 0 or greater than 60."
value: ""
required: false
- description: "Redis URL. Required for OAuth2 integration. ex: redis://[email protected]:6379/0"
name: REDIS_URL
Expand Down
2 changes: 1 addition & 1 deletion apicast-gateway/library/apicast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ objects:
parameters:
- name: AMP_RELEASE
description: "AMP release tag."
value: "2.11.0"
value: "2.11.1"
required: true
- description: "Access Token (not a Service Token) for the 3scale Account Management API"
value:
Expand Down

0 comments on commit ba7f730

Please sign in to comment.