File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,19 @@ Resources:
143
143
IpProtocol : tcp
144
144
SourceSecurityGroupId : !Ref EKSWorkerSecurityGroup
145
145
ToPort : 443
146
+ EKSEFSSecurityGroupIngressFromEKSWorkerSecurityGroup :
147
+ Properties :
148
+ FromPort : 2049
149
+ GroupId : !Ref EKSEFSWorkerSecurityGroup
150
+ IpProtocol : tcp
151
+ SourceSecurityGroupId : !Ref EKSWorkerSecurityGroup
152
+ ToPort : 2049
153
+ Type : ' AWS::EC2::SecurityGroupIngress'
154
+ EKSEFSWorkerSecurityGroup :
155
+ Properties :
156
+ GroupDescription : EKS worker to EFS sg
157
+ VpcId : " {{.Cluster.ConfigItems.vpc_id}}"
158
+ Type : ' AWS::EC2::SecurityGroup'
146
159
EKSCluster :
147
160
Type : AWS::EKS::Cluster
148
161
Properties :
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ skipper_open_policy_agent_styra_response_header_timeout: "2"
380
380
# Decision logging use event buffer type
381
381
skipper_open_policy_agent_decision_logs_buffer_type_event_enable : " false"
382
382
# Decision logging sets the maximum number of decision log events that can be buffered before being dropped
383
- skipper_open_policy_agent_decision_logs_buffer_type_event_limit : " 1000 "
383
+ skipper_open_policy_agent_decision_logs_buffer_type_event_limit : " 10000 "
384
384
385
385
#
386
386
# FabricGateway controller config
Original file line number Diff line number Diff line change 57
57
mountPath : /prometheus
58
58
containers :
59
59
- name : prometheus
60
- image : container-registry.zalando.net/teapot/prometheus:v3.4.1-master-64
60
+ image : container-registry.zalando.net/teapot/prometheus:v3.4.1-master-67
61
61
args :
62
62
- " --config.file=/prometheus/prometheus.yaml"
63
63
- " --storage.tsdb.path=/prometheus/"
Original file line number Diff line number Diff line change 1
1
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2
- # {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-27 " }}
2
+ # {{ $image := "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-28 " }}
3
3
# {{ $version := index (split $image ":") 1 }}
4
4
apiVersion : v1
5
5
kind : ServiceAccount
@@ -109,7 +109,7 @@ spec:
109
109
jobTemplate :
110
110
spec :
111
111
activeDeadlineSeconds : 30
112
- backoffLimit : 1
112
+ backoffLimit : 0
113
113
template :
114
114
metadata :
115
115
labels :
You can’t perform that action at this time.
0 commit comments