Add infocenter 2023-03, remove oldest infocenter Change-Id: Idff993f6ded43239d838b36be454fa4a55a7a3e0
diff --git a/infoCenter/k8s/2021-03/deployment.yml b/infoCenter/k8s/2023-03/deployment.yml similarity index 84% rename from infoCenter/k8s/2021-03/deployment.yml rename to infoCenter/k8s/2023-03/deployment.yml index b6d9f00..95ded97 100644 --- a/infoCenter/k8s/2021-03/deployment.yml +++ b/infoCenter/k8s/2023-03/deployment.yml
@@ -10,20 +10,20 @@ 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: @@ -37,8 +37,8 @@ - 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
diff --git a/infoCenter/k8s/2021-03/route.yml b/infoCenter/k8s/2023-03/route.yml similarity index 88% rename from infoCenter/k8s/2021-03/route.yml rename to infoCenter/k8s/2023-03/route.yml index b5529cb..5523749 100644 --- a/infoCenter/k8s/2021-03/route.yml +++ b/infoCenter/k8s/2023-03/route.yml
@@ -10,15 +10,15 @@ 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: @@ -26,5 +26,5 @@ termination: "edge" to: kind: "Service" - name: "infocenter-2021-03" + name: "infocenter-2023-03" weight: 100
diff --git a/infoCenter/k8s/2021-03/service.yml b/infoCenter/k8s/2023-03/service.yml similarity index 87% rename from infoCenter/k8s/2021-03/service.yml rename to infoCenter/k8s/2023-03/service.yml index 2e63e79..7e24b6e 100644 --- a/infoCenter/k8s/2021-03/service.yml +++ b/infoCenter/k8s/2023-03/service.yml
@@ -10,9 +10,9 @@ 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" @@ -20,4 +20,4 @@ protocol: "TCP" targetPort: 8086 selector: - infocenter.version: "2021-03" + infocenter.version: "2023-03"