fix up nlb config

This commit is contained in:
2024-03-03 19:25:29 +01:00
parent 0ca08d2ac3
commit ff933a317e
11 changed files with 1026 additions and 24 deletions

View File

@@ -1,8 +0,0 @@
data "oci_containerengine_cluster_kube_config" "cluster_kube_config" {
#Required
cluster_id = var.cluster_ocid
#Optional
endpoint = var.cluster_public_endpoint
token_version = "2.0.0"
}

View File

@@ -1,5 +0,0 @@
provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}

View File

@@ -5,9 +5,6 @@ variable "environment" {
variable "cluster_ocid" {
type = string
}
variable "cluster_public_endpoint" {
type = string
}
variable "namespace" {
description = "Namespace to install traefik chart into"