We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1aa38 commit 8f0dd39Copy full SHA for 8f0dd39
terraform-provider-oci/oke-quickstartz/modules/cluster-tools/ingress-nginx.tf
@@ -81,8 +81,17 @@ resource "helm_release" "ingress_nginx" {
81
value = var.ingress_load_balancer_shape_flex_max
82
type = "string"
83
}
84
-
85
count = var.ingress_nginx_enabled ? 1 : 0
+# set { # Ollama inference service endpoint
86
+# name = "controller.service.ports.ollama"
87
+# value = "11434"
88
+# }
89
+#
90
+# set {
91
+# name = "controller.service.targetPorts.ollama"
92
+# value = "http"
93
94
+
95
96
97
## Kubernetes Service: ingress-nginx-controller
0 commit comments