Skip to content

Commit

Permalink
Add infocenter 2022-03, remove oldest infocenter
Browse files Browse the repository at this point in the history
Change-Id: I8f67d0dee1b023dfd914f25d4f44f28610e7cbbe
Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
  • Loading branch information
fredg02 committed Mar 11, 2022
1 parent 176f635 commit d68804c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
infocenter.version: "2020-03"
infocenter.version: "2022-03"
namespace: "infocenter"
name: "infocenter-2020-03"
name: "infocenter-2022-03"
spec:
replicas: 1
selector:
matchLabels:
infocenter.version: "2020-03"
serviceName: "infocenter-2020-03"
infocenter.version: "2022-03"
serviceName: "infocenter-2022-03"
template:
metadata:
name: "infocenter-2020-03"
name: "infocenter-2022-03"
labels:
infocenter.version: "2020-03"
infocenter.version: "2022-03"
spec:
affinity:
nodeAffinity:
Expand All @@ -37,8 +37,8 @@ spec:
- fast
terminationGracePeriodSeconds: 180
containers:
- name: infocenter-2020-03
image: eclipsecbi/eclipse-infocenter:2020-03@sha256:7931edcc9d1b3f84e4934bc53a68270a6e6db466982ba16f1d239fc295f31aa4
- name: infocenter-2022-03
image: eclipsecbi/eclipse-infocenter:2022-03@sha256:39701b40e30ee850c4299a4334fdc6aaac801deff2e2806ee755d1f6d472ab1e
imagePullPolicy: IfNotPresent
command:
- /infocenter/startDockerInfoCenter.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ apiVersion: "route.openshift.io/v1"
kind: "Route"
metadata:
labels:
infocenter.version: "2020-03"
infocenter.version: "2022-03"
namespace: "infocenter"
annotations:
haproxy.router.openshift.io/timeout: 60s
haproxy.router.openshift.io/rewrite-target: /help
name: "infocenter-2020-03"
name: "infocenter-2022-03"
spec:
host: "help.eclipse.org"
path: "/2020-03"
path: "/2022-03"
port:
targetPort: "http"
tls:
insecureEdgeTerminationPolicy: "Redirect"
termination: "edge"
to:
kind: "Service"
name: "infocenter-2020-03"
name: "infocenter-2022-03"
weight: 100
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ apiVersion: "v1"
kind: "Service"
metadata:
labels:
infocenter.version: "2020-03"
infocenter.version: "2022-03"
namespace: "infocenter"
name: "infocenter-2020-03"
name: "infocenter-2022-03"
spec:
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 8086
selector:
infocenter.version: "2020-03"
infocenter.version: "2022-03"

0 comments on commit d68804c

Please sign in to comment.