diff --git a/gp054/kustomization.yaml b/gp054/kustomization.yaml index 286b70b..48352b9 100644 --- a/gp054/kustomization.yaml +++ b/gp054/kustomization.yaml @@ -4,9 +4,7 @@ namespace: gp054 resources: - ../base/projects/stock2 - - ../base/mysql - ../base/redis - - ../base/phpmyadmin - ../base/tls - ../base/updater - ingress.yaml @@ -26,5 +24,4 @@ patches: - path: patch/api-deployment_patch.yaml - path: patch/market-deployment_patch.yaml - path: patch/task-deployment_patch.yaml - - path: patch/mysql-statefulset_patch.yaml - path: patch/updater-deployment_patch.yaml \ No newline at end of file diff --git a/gp054/patch/mysql-statefulset_patch.yaml b/gp054/patch/mysql-statefulset_patch.yaml deleted file mode 100644 index 4c95c3f..0000000 --- a/gp054/patch/mysql-statefulset_patch.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: apps/v1 -kind: StatefulSet -metadata: - name: mysql -spec: - template: - spec: - containers: - - name: mysql - env: - - name: TZ - value: "Asia/Shanghai" \ No newline at end of file diff --git a/gp055/kustomization.yaml b/gp055/kustomization.yaml index 9fb66fe..bad2d05 100644 --- a/gp055/kustomization.yaml +++ b/gp055/kustomization.yaml @@ -4,9 +4,7 @@ namespace: gp055 resources: - ../base/projects/stock2 - - ../base/mysql - ../base/redis - - ../base/phpmyadmin - ../base/tls - ../base/updater - ingress.yaml @@ -26,5 +24,4 @@ patches: - path: patch/api-deployment_patch.yaml - path: patch/market-deployment_patch.yaml - path: patch/task-deployment_patch.yaml - - path: patch/mysql-statefulset_patch.yaml - path: patch/updater-deployment_patch.yaml \ No newline at end of file diff --git a/gp055/patch/mysql-statefulset_patch.yaml b/gp055/patch/mysql-statefulset_patch.yaml deleted file mode 100644 index 4c95c3f..0000000 --- a/gp055/patch/mysql-statefulset_patch.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: apps/v1 -kind: StatefulSet -metadata: - name: mysql -spec: - template: - spec: - containers: - - name: mysql - env: - - name: TZ - value: "Asia/Shanghai" \ No newline at end of file