Skip to content

Commit 8f0dd39

Browse files
authored
Update ingress-nginx.tf ollama
1 parent 3a1aa38 commit 8f0dd39

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

terraform-provider-oci/oke-quickstartz/modules/cluster-tools/ingress-nginx.tf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,17 @@ resource "helm_release" "ingress_nginx" {
8181
value = var.ingress_load_balancer_shape_flex_max
8282
type = "string"
8383
}
84-
8584
count = var.ingress_nginx_enabled ? 1 : 0
85+
# 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+
8695
}
8796

8897
## Kubernetes Service: ingress-nginx-controller

0 commit comments

Comments
 (0)