From f598f5469ee19564809a6bc15b0ba981f3fbb398 Mon Sep 17 00:00:00 2001 From: Steffen Illium <steffen.illium@gmail.com> Date: Sun, 21 Apr 2024 22:53:14 +0200 Subject: [PATCH] move website to local nodes --- projects/website/kustomization.yaml | 5 ----- projects/website/patches/nodeselector.yaml | 9 --------- 2 files changed, 14 deletions(-) delete mode 100644 projects/website/patches/nodeselector.yaml diff --git a/projects/website/kustomization.yaml b/projects/website/kustomization.yaml index a252cb1..a49b1fb 100644 --- a/projects/website/kustomization.yaml +++ b/projects/website/kustomization.yaml @@ -9,8 +9,3 @@ resources: - base/website-namespace.yaml - base/website-service.yaml - base/website-registry-secret-sealed.yaml - -patches: -- path: patches/nodeselector.yaml - target: - kind: (StatefulSet|Deployment|Job) diff --git a/projects/website/patches/nodeselector.yaml b/projects/website/patches/nodeselector.yaml deleted file mode 100644 index 29cb9d8..0000000 --- a/projects/website/patches/nodeselector.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: apps/v1 -kind: not-important -metadata: - name: not-important -spec: - template: - spec: - nodeSelector: - region: front \ No newline at end of file