Skip to content

Commit

Permalink
clean delete except coredns
Browse files Browse the repository at this point in the history
  • Loading branch information
Howlla committed Oct 17, 2023
1 parent 9af21ca commit b778c8c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct {
metricsNameSelectors: ['apiserver_request_.*', 'container_memory_.*', 'container_threads', 'otelcol_process_.*', "ho11y*"],
podLabelRegex: 'frontend|downstream(.*)',
});
Reflect.defineMetadata("ordered", true, blueprints.addons.CloudWatchLogsAddon);


const addOns: Array<blueprints.ClusterAddOn> = [
new blueprints.addons.CloudWatchLogsAddon({
logGroupPrefix: `/aws/eks/${stackId}`,
Expand Down

0 comments on commit b778c8c

Please sign in to comment.