remove the limits on the headscale container #yolo [ci skip]
This commit is contained in:
parent
69313d4613
commit
9cd0c2e996
1 changed files with 0 additions and 11 deletions
|
|
@ -44,16 +44,6 @@ resource "kubernetes_deployment" "headscale" {
|
|||
image = "headscale/headscale:latest"
|
||||
name = "headscale"
|
||||
command = ["headscale", "serve"]
|
||||
resources {
|
||||
limits = {
|
||||
cpu = "1"
|
||||
memory = "1Gi"
|
||||
}
|
||||
requests = {
|
||||
cpu = "1"
|
||||
memory = "1Gi"
|
||||
}
|
||||
}
|
||||
port {
|
||||
container_port = 8080
|
||||
}
|
||||
|
|
@ -77,7 +67,6 @@ resource "kubernetes_deployment" "headscale" {
|
|||
volume {
|
||||
name = "config-volume"
|
||||
config_map {
|
||||
# name = kubernetes_config_map.headscale-config.metadata[0].name
|
||||
name = "headscale-config"
|
||||
items {
|
||||
key = "config.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue