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

@@ -1,9 +1,11 @@
controller:
kind: DaemonSet
service:
service:
type: LoadBalancer
annotations:
# adjust the location if you have customized it in terraform.tfvars
load-balancer.hetzner.cloud/location: "fsn1"
load-balancer.hetzner.cloud/use-private-ip: "true"
load-balancer.hetzner.cloud/type: "lb11"
type: LoadBalancer
# Adjust the location if you have customized it in terraform.tfvars
# For more info on Hetzner Cloud locations, see https://docs.hetzner.com/general/others/data-centers-and-connection/
load-balancer.hetzner.cloud/location: "fsn1"
# For details about, load balancer instances, see https://www.hetzner.com/cloud/load-balancer
load-balancer.hetzner.cloud/type: "lb11"