Add infocenter 2022-09, remove oldest infocenter
Change-Id: I808c8e454f5ccb608d3ed187d434e1bd81201a96
diff --git a/infoCenter/k8s/2020-09/deployment.yml b/infoCenter/k8s/2022-09/deployment.yml
similarity index 84%
rename from infoCenter/k8s/2020-09/deployment.yml
rename to infoCenter/k8s/2022-09/deployment.yml
index 16100f1..40a42e3 100644
--- a/infoCenter/k8s/2020-09/deployment.yml
+++ b/infoCenter/k8s/2022-09/deployment.yml
@@ -10,20 +10,20 @@
kind: Deployment
metadata:
labels:
- infocenter.version: "2020-09"
+ infocenter.version: "2022-09"
namespace: "infocenter"
- name: "infocenter-2020-09"
+ name: "infocenter-2022-09"
spec:
replicas: 1
selector:
matchLabels:
- infocenter.version: "2020-09"
- serviceName: "infocenter-2020-09"
+ infocenter.version: "2022-09"
+ serviceName: "infocenter-2022-09"
template:
metadata:
- name: "infocenter-2020-09"
+ name: "infocenter-2022-09"
labels:
- infocenter.version: "2020-09"
+ infocenter.version: "2022-09"
spec:
affinity:
nodeAffinity:
@@ -37,8 +37,8 @@
- fast
terminationGracePeriodSeconds: 180
containers:
- - name: infocenter-2020-09
- image: eclipsecbi/eclipse-infocenter:2020-09@sha256:a65a4e6418a92ded306c14d077d0f10c492164f23a8cc65cc7fd71666407f7b7
+ - name: infocenter-2022-09
+ image: eclipsecbi/eclipse-infocenter:2022-09@sha256:26def339a07fa6c0885fad3cf3c62df54fc17560f13ce88b7f842b683a89d905
imagePullPolicy: IfNotPresent
command:
- /infocenter/startDockerInfoCenter.sh
diff --git a/infoCenter/k8s/2020-09/route.yml b/infoCenter/k8s/2022-09/route.yml
similarity index 88%
rename from infoCenter/k8s/2020-09/route.yml
rename to infoCenter/k8s/2022-09/route.yml
index a94bee3..02b050c 100644
--- a/infoCenter/k8s/2020-09/route.yml
+++ b/infoCenter/k8s/2022-09/route.yml
@@ -10,15 +10,15 @@
kind: "Route"
metadata:
labels:
- infocenter.version: "2020-09"
+ infocenter.version: "2022-09"
namespace: "infocenter"
annotations:
haproxy.router.openshift.io/timeout: 60s
haproxy.router.openshift.io/rewrite-target: /help
- name: "infocenter-2020-09"
+ name: "infocenter-2022-09"
spec:
host: "help.eclipse.org"
- path: "/2020-09"
+ path: "/2022-09"
port:
targetPort: "http"
tls:
@@ -26,5 +26,5 @@
termination: "edge"
to:
kind: "Service"
- name: "infocenter-2020-09"
+ name: "infocenter-2022-09"
weight: 100
diff --git a/infoCenter/k8s/2020-09/service.yml b/infoCenter/k8s/2022-09/service.yml
similarity index 87%
rename from infoCenter/k8s/2020-09/service.yml
rename to infoCenter/k8s/2022-09/service.yml
index 2325c56..512ad90 100644
--- a/infoCenter/k8s/2020-09/service.yml
+++ b/infoCenter/k8s/2022-09/service.yml
@@ -10,9 +10,9 @@
kind: "Service"
metadata:
labels:
- infocenter.version: "2020-09"
+ infocenter.version: "2022-09"
namespace: "infocenter"
- name: "infocenter-2020-09"
+ name: "infocenter-2022-09"
spec:
ports:
- name: "http"
@@ -20,4 +20,4 @@
protocol: "TCP"
targetPort: 8086
selector:
- infocenter.version: "2020-09"
+ infocenter.version: "2022-09"