Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from Smana/cilium_1.14.1
Browse files Browse the repository at this point in the history
chore: upgrade Cilium 1.14.1
  • Loading branch information
Smana authored Aug 24, 2023
2 parents 1c524fe + c2d798a commit 2337e31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions apps/base/echo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ resources:
- gateway.yaml
- helmrelease-echo-1.yaml
- helmrelease-echo-2.yaml
- httproutes.yaml
- namespace.yaml
- source.yaml
18 changes: 8 additions & 10 deletions terraform/eks/helm_values/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@ resources:
routingMode: native
tunnel: disabled

# Disabled for the moment, trying to fix this issue first
# https://github.com/cilium/cilium/issues/27493
# envoy:
# enabled: true
# resources:
# limits:
# memory: 300Mi
# requests:
# cpu: 200m
# memory:
envoy:
enabled: true
resources:
limits:
memory: 300Mi
requests:
cpu: 200m
memory: 300Mi

gatewayAPI:
enabled: true
2 changes: 1 addition & 1 deletion terraform/eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "cluster_version" {

variable "cilium_version" {
description = "Cilium cluster version"
default = "1.14.0"
default = "1.14.1"
type = string
}

Expand Down

0 comments on commit 2337e31

Please sign in to comment.