Skip to content

Commit

Permalink
Add infocenter 2023-06, remove oldest infocenter
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Jun 14, 2023
1 parent 0eec588 commit b0f4520
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: "2021-06"
infocenter.version: "2023-06"
namespace: "infocenter"
name: "infocenter-2021-06"
name: "infocenter-2023-06"
spec:
replicas: 1
selector:
matchLabels:
infocenter.version: "2021-06"
serviceName: "infocenter-2021-06"
infocenter.version: "2023-06"
serviceName: "infocenter-2023-06"
template:
metadata:
name: "infocenter-2021-06"
name: "infocenter-2023-06"
labels:
infocenter.version: "2021-06"
infocenter.version: "2023-06"
spec:
affinity:
nodeAffinity:
Expand All @@ -37,8 +37,8 @@ spec:
- fast
terminationGracePeriodSeconds: 180
containers:
- name: infocenter-2021-06
image: eclipsecbi/eclipse-infocenter:2021-06@sha256:a4238a49de6509a5d9eadeb5ece928d28f914104118054facabfe1731070d99a
- name: infocenter-2023-06
image: eclipsecbi/eclipse-infocenter:2023-06@sha256:0425740ff5af5243176150a359b4e342c35290318d92eb2ac6e781480c198f77
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: "2021-06"
infocenter.version: "2023-06"
namespace: "infocenter"
annotations:
haproxy.router.openshift.io/timeout: 60s
haproxy.router.openshift.io/rewrite-target: /help
name: "infocenter-2021-06"
name: "infocenter-2023-06"
spec:
host: "help.eclipse.org"
path: "/2021-06"
path: "/2023-06"
port:
targetPort: "http"
tls:
insecureEdgeTerminationPolicy: "Redirect"
termination: "edge"
to:
kind: "Service"
name: "infocenter-2021-06"
name: "infocenter-2023-06"
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: "2021-06"
infocenter.version: "2023-06"
namespace: "infocenter"
name: "infocenter-2021-06"
name: "infocenter-2023-06"
spec:
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 8086
selector:
infocenter.version: "2021-06"
infocenter.version: "2023-06"

0 comments on commit b0f4520

Please sign in to comment.