Skip to content

Commit

Permalink
Fix Doc Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 committed Nov 10, 2023
1 parent 2217f41 commit 3cf6d1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default class SingleNewEksGpuOpenSourceObservabilityPattern {
new blueprints.addons.FluxCDAddOn({"repositories": [fluxRepository]}),
new GrafanaOperatorSecretAddon(),
new blueprints.addons.VpcCniAddOn(),
new blueprints.addons.SSMAgentAddOn(),
new blueprints.addons.GpuOperatorAddon({
version: "v23.6.1",
values: {
Expand Down
21 changes: 0 additions & 21 deletions lib/single-new-eks-opensource-observability-pattern/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,6 @@ export default class SingleNewEksOpenSourceobservabilityPattern {
logRetentionDays: 30
}),
new blueprints.addons.XrayAdotAddOn(),
new blueprints.addons.SSMAgentAddOn(),
new blueprints.addons.NginxAddOn({
name: "ingress-nginx",
chart: "ingress-nginx",
repository: "https://kubernetes.github.io/ingress-nginx",
version: "4.7.2",
namespace: "nginx-ingress-sample",
values: {
controller: {
metrics: {
enabled: true,
service: {
annotations: {
"prometheus.io/port": "10254",
"prometheus.io/scrape": "true"
}
}
}
}
}
}),
new blueprints.addons.FluxCDAddOn({"repositories": [fluxRepository]}),
new GrafanaOperatorSecretAddon()
];
Expand Down

0 comments on commit 3cf6d1f

Please sign in to comment.