added nginx ingress

This commit is contained in:
Karim Naufal
2021-10-05 07:35:42 +02:00
parent 0130b72fa8
commit f31fac8814
3 changed files with 24 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ resource "hcloud_server" "first_control_plane" {
}
provisioner "local-exec" {
command = "helm repo add cilium https://helm.cilium.io/ --kubeconfig ${path.module}/kubeconfig.yaml; helm install --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n kube-system --kubeconfig ${path.module}/kubeconfig.yaml"
command = "helm repo add cilium https://helm.cilium.io/ --kubeconfig ${path.module}/kubeconfig.yaml; helm repo update --kubeconfig ${path.module}; helm install --values=manifests/helm/cilium/values.yaml cilium cilium/cilium -n kube-system --kubeconfig ${path.module}/kubeconfig.yaml"
}
network {