From 005779650c27e07ef6440248a3efa3166f62373e Mon Sep 17 00:00:00 2001 From: "Evert R." Date: Sat, 10 Aug 2024 06:56:16 -0300 Subject: [PATCH] Add loadBalancerIP option This might be an important comment when setting up Oracle Cloud Ingress. --- deploy/static/provider/oracle/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/static/provider/oracle/deploy.yaml b/deploy/static/provider/oracle/deploy.yaml index 86be29206..de91a2b32 100644 --- a/deploy/static/provider/oracle/deploy.yaml +++ b/deploy/static/provider/oracle/deploy.yaml @@ -369,6 +369,7 @@ spec: app.kubernetes.io/instance: ingress-nginx app.kubernetes.io/name: ingress-nginx type: LoadBalancer + #loadBalancerIP: --- apiVersion: v1 kind: Service