Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Jun 28, 2024
1 parent 9563e2e commit c2f38ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s-tcp-keepalive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ resource "kubernetes_pod_security_policy" "tcp_keepalive" {
allow_privilege_escalation = false

allowed_unsafe_sysctls = [
"net.ipv4.tcp_keepalive_time"
"net.ipv4.tcp_keepalive_intvl"
"net.ipv4.tcp_keepalive_time",
"net.ipv4.tcp_keepalive_intvl",
"net.ipv4.tcp_keepalive_probes"
]

Expand Down
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ variable "hms_rw_datanucleus_connection_pool_config" {
description = "A map of env vars supported by Apiary docker image that can configure the chosen Datanucleus connection pool"
type = map(any)
default = {}
}

variable "tcp_keepalive_time" {
description = "Sets net.ipv4.tcp_keepalive_time (seconds)."
Expand Down

0 comments on commit c2f38ae

Please sign in to comment.