first commit
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
patches:
|
||||
- path: service-loadbalancer-patch.yaml
|
||||
target:
|
||||
kind: Service
|
||||
name: litellm
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
- op: add
|
||||
path: /spec/type
|
||||
value: LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user