Fix OCI manifest templates and regenerate the deploy files
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
dc88dce9ea
commit
3ee15b6c96
4 changed files with 42 additions and 29 deletions
4
hack/manifest-templates/provider/oci/kustomization.yaml
Normal file
4
hack/manifest-templates/provider/oci/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../common
|
||||
8
hack/manifest-templates/provider/oci/values.yaml
Normal file
8
hack/manifest-templates/provider/oci/values.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
controller:
|
||||
service:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
annotations:
|
||||
service.beta.kubernetes.io/oci-load-balancer-shape: "flexible"
|
||||
service.beta.kubernetes.io/oci-load-balancer-shape-flex-min: "10"
|
||||
service.beta.kubernetes.io/oci-load-balancer-shape-flex-max: "100"
|
||||
Loading…
Add table
Add a link
Reference in a new issue