chore: 移除 authx-service 下的 poa-api-docs-installer
author刘洪青 <hongqing.liu@supwisdom.com>
Sat, 26 Jun 2021 03:42:12 +0000 (11:42 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Sat, 26 Jun 2021 03:42:12 +0000 (11:42 +0800)
deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml [deleted file]

diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/9.poa-api-docs-installer.yaml
deleted file mode 100644 (file)
index 24e0b71..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# 10.9.poa-api-docs-installer.yaml
-
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  namespace: authx-service
-  name: poa-api-docs-installer-env
-data:
-  ##
-  # 平台OpenAPI的外网访问地址,
-  # **修改** 学校的根域名
-  POA_SERVER_URL: http://poa.paas.xxx.edu.cn
-  POA_SA_SERVER_URL: http://poa-sa-svc.poa.svc.cluster.local:8443
-
-  USER_API_SERVER_URL: http://user-data-service-poa-svc.user-data-service.svc.cluster.local:8080
-  USER_AUTHZ_API_SERVER_URL: http://user-authorization-poa-svc.user-authorization-service.svc.cluster.local:8080
-  COMMUNICATE_API_SERVER_URL: http://communicate-center-poa-svc.communicate-center.svc.cluster.local:8080
-
-
----
-apiVersion: batch/v1
-kind: Job
-metadata:
-  namespace: authx-service
-  name: poa-api-docs-installer
-spec:
-  completions: 1
-  parallelism: 1
-  template:
-    metadata:
-      labels:
-        app: poa-api-docs-installer
-    spec:
-      restartPolicy: Never
-      containers:
-      - name: poa-api-docs-installer
-        # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/authx-service/poa-api-docs-installer:1.1.3-SNAPSHOT
-        imagePullPolicy: Always
-        envFrom:
-        - configMapRef:
-            name: poa-api-docs-installer-env
-        # resources:
-        #   requests:
-        #     memory: "256Mi"
-        #   limits:
-        #     memory: "256Mi"
-      imagePullSecrets:
-        - name: harbor-registry