Rearrange deployment files into kustomizations
This commit is contained in:
parent
1bd3fd2429
commit
51ad0bc54b
56 changed files with 532 additions and 1094 deletions
6
deploy/aws/nlb/kustomization.yaml
Normal file
6
deploy/aws/nlb/kustomization.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../cloud-generic
|
||||
patchesStrategicMerge:
|
||||
- service-nlb.yaml
|
||||
7
deploy/aws/nlb/service-nlb.yaml
Normal file
7
deploy/aws/nlb/service-nlb.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
annotations:
|
||||
# by default the type is elb (classic load balancer).
|
||||
service.beta.kubernetes.io/aws-load-balancer-type: nlb
|
||||
Loading…
Add table
Add a link
Reference in a new issue