Skip to content

Commit

Permalink
updated web page
Browse files Browse the repository at this point in the history
  • Loading branch information
s-archer committed Sep 10, 2024
1 parent 29d0463 commit 2eddde5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ resource "volterra_http_loadbalancer" "nginx-reflector" {
}
}
}
protected_cookies {
name = "weak-cookie"
samesite_strict = true
add_secure = true
add_httponly = true
disable_tampering_protection = true
}

more_option {
response_headers_to_add {
name = "Strict-Transport-Security"
Expand Down
1 change: 1 addition & 0 deletions terraform/vk8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "kubernetes_deployment" "nginx-reflector" {
}

spec {
replicas = 2
selector {
match_labels = {
app = var.xc_deployment_name
Expand Down

0 comments on commit 2eddde5

Please sign in to comment.