Skip to content

Commit

Permalink
Deploy demo to ng-6 (Daemonset => Gateway)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Sep 5, 2023
1 parent 7c5391d commit adca3d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,15 @@ staging-deploy-gateway-demo-eks:
SCRIPT: ./ci/scripts/ci-deploy-demo-staging.sh
CLUSTER_NAME: dd-otel
CLUSTER_ARN: "arn:aws:eks:us-east-1:601427279990:cluster/dd-otel"
REGION: us-east-1
REGION: us-east-1
# Demo env:otel-ds-gateway
staging-deploy-ds-gateway-demo-eks:
!!merge <<: *staging-deploy
variables:
NAMESPACE: otel-ds-gateway
VALUES: ./ci/values-ds-gateway.yaml
NODE_GROUP: ng-6
SCRIPT: ./ci/scripts/ci-deploy-demo-staging.sh
CLUSTER_NAME: dd-otel
CLUSTER_ARN: "arn:aws:eks:us-east-1:601427279990:cluster/dd-otel"
REGION: us-east-1
4 changes: 4 additions & 0 deletions ci/values-ds-gateway.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default:
schedulingRules:
nodeSelector:
alpha.eksctl.io/nodegroup-name: ng-6

0 comments on commit adca3d4

Please sign in to comment.