Add loadBalancerIP option

This might be an important comment when setting up Oracle Cloud Ingress.
This commit is contained in:
Evert R. 2024-08-10 06:56:16 -03:00 committed by GitHub
parent 86e81373ea
commit 005779650c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -369,6 +369,7 @@ spec:
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/name: ingress-nginx
type: LoadBalancer
#loadBalancerIP: <reserved public ip address if applicable>
---
apiVersion: v1
kind: Service