Skip to content

Commit

Permalink
Add infocenter 2023-03, remove oldest infocenter
Browse files Browse the repository at this point in the history
Change-Id: Idff993f6ded43239d838b36be454fa4a55a7a3e0
  • Loading branch information
fredg02 committed Mar 15, 2023
1 parent c523f75 commit f1daebe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Expand Up @@ -10,20 +10,20 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
infocenter.version: "2021-03"
infocenter.version: "2023-03"
namespace: "infocenter"
name: "infocenter-2021-03"
name: "infocenter-2023-03"
spec:
replicas: 1
selector:
matchLabels:
infocenter.version: "2021-03"
serviceName: "infocenter-2021-03"
infocenter.version: "2023-03"
serviceName: "infocenter-2023-03"
template:
metadata:
name: "infocenter-2021-03"
name: "infocenter-2023-03"
labels:
infocenter.version: "2021-03"
infocenter.version: "2023-03"
spec:
affinity:
nodeAffinity:
Expand All @@ -37,8 +37,8 @@ spec:
- fast
terminationGracePeriodSeconds: 180
containers:
- name: infocenter-2021-03
image: eclipsecbi/eclipse-infocenter:2021-03@sha256:efe48948c91e0637338a911f2530e16cc281bdadc0713e7a0c9867708d4346bf
- name: infocenter-2023-03
image: eclipsecbi/eclipse-infocenter:2023-03@sha256:a4e4074170c8781dd353eb9b38c6cbe5dd78eafa13ce6cd23307e29b8d8aeba2
imagePullPolicy: IfNotPresent
command:
- /infocenter/startDockerInfoCenter.sh
Expand Down
Expand Up @@ -10,21 +10,21 @@ apiVersion: "route.openshift.io/v1"
kind: "Route"
metadata:
labels:
infocenter.version: "2021-03"
infocenter.version: "2023-03"
namespace: "infocenter"
annotations:
haproxy.router.openshift.io/timeout: 60s
haproxy.router.openshift.io/rewrite-target: /help
name: "infocenter-2021-03"
name: "infocenter-2023-03"
spec:
host: "help.eclipse.org"
path: "/2021-03"
path: "/2023-03"
port:
targetPort: "http"
tls:
insecureEdgeTerminationPolicy: "Redirect"
termination: "edge"
to:
kind: "Service"
name: "infocenter-2021-03"
name: "infocenter-2023-03"
weight: 100
Expand Up @@ -10,14 +10,14 @@ apiVersion: "v1"
kind: "Service"
metadata:
labels:
infocenter.version: "2021-03"
infocenter.version: "2023-03"
namespace: "infocenter"
name: "infocenter-2021-03"
name: "infocenter-2023-03"
spec:
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 8086
selector:
infocenter.version: "2021-03"
infocenter.version: "2023-03"

0 comments on commit f1daebe

Please sign in to comment.