From ca67826556736728b2a6b1b44203929d6f2d1bac Mon Sep 17 00:00:00 2001 From: planpal Date: Wed, 2 Sep 2026 14:53:41 +0700 Subject: [PATCH] remove planpal-staging env --- .../argocd/apps/planpal-staging.yaml | 26 ---------------- planpalto-helm/values-staging.yaml | 30 ------------------- 2 files changed, 56 deletions(-) delete mode 100644 planpalto-helm/argocd/apps/planpal-staging.yaml delete mode 100644 planpalto-helm/values-staging.yaml diff --git a/planpalto-helm/argocd/apps/planpal-staging.yaml b/planpalto-helm/argocd/apps/planpal-staging.yaml deleted file mode 100644 index 4f74cdc..0000000 --- a/planpalto-helm/argocd/apps/planpal-staging.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: planpal-staging - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/planpal/ch4.git - targetRevision: HEAD - path: planpalto-helm - helm: - valueFiles: - - values.yaml - - values-staging.yaml - destination: - server: https://kubernetes.default.svc - namespace: planpal-staging - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/planpalto-helm/values-staging.yaml b/planpalto-helm/values-staging.yaml deleted file mode 100644 index 6a6032f..0000000 --- a/planpalto-helm/values-staging.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Staging overrides. Everything else inherits values.yaml. -# Pinned explicitly (not left to release-name defaults) so the two envs -# provably never share a namespace, ALB, or cluster-scoped store. -namespace: planpal-staging - -image: - frontend: - tag: latest - backend: - tag: latest - -externalSecrets: - storeName: staging-aws-planpal - # ponytail: staging points at the SAME planpal/* SM keys as prod for now. - # Give staging its own DB/config by pointing these at planpal-staging/* keys - # and letting the ESO role read them. - secrets: - backend-env: planpal/backend-env - aws-env: planpal/aws-env - seed-env: planpal/seed-env - frontend-env: planpal/frontend - -ingress: - host: staging.fakhri-k8.sandbox.devopsinstitute.id - certArn: arn:aws:acm:ap-southeast-3:134604498185:certificate/5d0f65f5-9d93-4c2e-87db-b9afe8972048 - groupName: planpal-helm # share the existing ALB; host differs so no collision - -# Seed the admin on staging too. Flip to false once seeded. -seedJob: - enabled: true