Add loadBalancerIP option
This might be an important comment when setting up Oracle Cloud Ingress.
This commit is contained in:
parent
86e81373ea
commit
005779650c
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ spec:
|
||||||
app.kubernetes.io/instance: ingress-nginx
|
app.kubernetes.io/instance: ingress-nginx
|
||||||
app.kubernetes.io/name: ingress-nginx
|
app.kubernetes.io/name: ingress-nginx
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
#loadBalancerIP: <reserved public ip address if applicable>
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
Loading…
Reference in a new issue