From 2807a9f4110506c6e42098dc90d26e99b3dbc078 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Thu, 27 Mar 2025 11:14:26 +0530 Subject: [PATCH] remove deprecated csi-adt-ui deployment manifest --- manifests/01-jboss-infinispan-server.yaml | 686 ---------------------- manifests/15-csi-adt-ui.yaml | 46 -- 2 files changed, 732 deletions(-) delete mode 100644 manifests/01-jboss-infinispan-server.yaml delete mode 100644 manifests/15-csi-adt-ui.yaml diff --git a/manifests/01-jboss-infinispan-server.yaml b/manifests/01-jboss-infinispan-server.yaml deleted file mode 100644 index 10d4b17..0000000 --- a/manifests/01-jboss-infinispan-server.yaml +++ /dev/null @@ -1,686 +0,0 @@ -apiVersion: v1 -data: - clustered-csi.xml: | - - - - - - - - - - - - - - - - - - - - - - - - - - not-so-secret-password - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE - h2 - - sa - sa - - - - - org.h2.jdbcx.JdbcDataSource - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - - - - - - - ${jgroups.gossip.initial_hosts:} - - - - - - - false - - - - - - - - - - 360000 - - - - - - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -kind: ConfigMap -metadata: - labels: - app.kubernetes.io/instance: jboss-infinispan-server - name: infinispan-clustered-cm - namespace: csi-uat ---- - -apiVersion: v1 -kind: ServiceAccount -metadata: - name: jgroups-kubeping-service-account - namespace: csi-uat ---- - -apiVersion: v1 -data: - application-password: ++++++++ - application-user: ++++++++ -kind: Secret -metadata: - labels: - app.kubernetes.io/instance: jboss-infinispan-server - name: infinispan-server - namespace: csi-uat ---- - -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app.kubernetes.io/instance: jboss-infinispan-server - application: infinispan-server - name: infinispan-server - namespace: csi-uat -spec: - selector: - matchLabels: - application: infinispan-server - serviceName: infinispan-server-headless - template: - metadata: - labels: - application: infinispan-server - deploymentConfig: infinispan-server - name: infinispan-server - spec: - containers: - - args: - - clustered-csi - - '-Djboss.default.jgroups.stack=kubernetes' - env: - - name: KUBERNETES_LABELS - value: application=infinispan-server - - name: KUBERNETES_NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - - name: SERVER_CONFIGURATION - value: clustered-csi.xml - - name: APP_USER - valueFrom: - secretKeyRef: - key: application-user - name: infinispan-server - - name: APP_PASS - valueFrom: - secretKeyRef: - key: application-password - name: infinispan-server - image: >- - registry.cloudsolutions.com.sa/vida-qa/jboss-infinispan-server:9.4.8.Final - livenessProbe: - exec: - command: - - /usr/local/bin/is_running.sh - failureThreshold: 5 - initialDelaySeconds: 10 - periodSeconds: 60 - successThreshold: 1 - timeoutSeconds: 80 - name: infinispan-server - ports: - - containerPort: 8080 - name: http - protocol: TCP - - containerPort: 9990 - name: management - protocol: TCP - - containerPort: 8888 - name: ping - protocol: TCP - - containerPort: 11222 - name: hotrod - protocol: TCP - readinessProbe: - exec: - command: - - /usr/local/bin/is_healthy.sh - failureThreshold: 5 - initialDelaySeconds: 10 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 80 - resources: - limits: - memory: 2Gi - requests: - cpu: '0.5' - memory: 512Mi - volumeMounts: - - mountPath: >- - opt/jboss/infinispan-server/standalone/configuration/clustered-csi.xml - name: config-volume - subPath: clustered-csi.xml - imagePullSecrets: - - name: regcred - serviceAccountName: jgroups-kubeping-service-account - terminationGracePeriodSeconds: 120 - tolerations: - - effect: NoSchedule - key: treat - operator: Equal - value: core - volumes: - - configMap: - name: infinispan-clustered-cm - name: config-volume diff --git a/manifests/15-csi-adt-ui.yaml b/manifests/15-csi-adt-ui.yaml deleted file mode 100644 index d7ab93a..0000000 --- a/manifests/15-csi-adt-ui.yaml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app.kubernetes.io/instance: adt-ui - name: csi-adt-ui - namespace: csi-uat -spec: - replicas: 1 - selector: - matchLabels: - app: csi-adt-ui - tier: frontend - track: stable - template: - metadata: - labels: - app: csi-adt-ui - tier: frontend - track: stable - spec: - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - csi-adt-ui - topologyKey: kubernetes.io/hostname - containers: - - image: registry.cloudsolutions.com.sa/vida-qa/csi-pms-adt-ui:4.3.239.0_qa - imagePullPolicy: IfNotPresent - name: csi-adt-ui - ports: - - containerPort: 80 - name: http - resources: - limits: - memory: 100Mi - requests: - cpu: 2m - memory: 25Mi - imagePullSecrets: - - name: regcred