From 7eaffe245360fde5d39dfd9a76be56173ddcd056 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 25 Dec 2023 06:53:10 +0800 Subject: [PATCH] fix(piped): rm postgres-init --- kube/deploy/apps/piped/app/hr.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kube/deploy/apps/piped/app/hr.yaml b/kube/deploy/apps/piped/app/hr.yaml index cff40e1f..90af2041 100644 --- a/kube/deploy/apps/piped/app/hr.yaml +++ b/kube/deploy/apps/piped/app/hr.yaml @@ -25,13 +25,6 @@ spec: backend: image: repository: "docker.io/1337kavin/piped" - initContainers: - 01-init-db: - image: "ghcr.io/onedr0p/postgres-init:15.5" - imagePullPolicy: "IfNotPresent" - envFrom: - - secretRef: - name: "piped-pg-superuser" config: PORT: 8080 HTTP_WORKERS: 2