forked from HariSekhon/Kubernetes-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eks-kustomization.yaml
29 lines (26 loc) · 969 Bytes
/
eks-kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Author: Hari Sekhon
# Date: 2021-11-26 09:59:08 +0000 (Fri, 26 Nov 2021)
#
# vim:ts=2:sts=2:sw=2:et
# lint: k8s
#
# https://github.com/HariSekhon/Kubernetes-configs
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# E K S K u s t o m i z a t i o n
# ============================================================================ #
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
#namespace: kube-system
resources:
- ../../bases/eks-cluster-autoscaler # XXX: copy environment section from eks-cluster-autoscaler to here for base override customizations for specific environment
- ../../bases/metrics-server
- ../../bases/vpa