Skip to content

Commit

Permalink
chore: updates amacoreagent
Browse files Browse the repository at this point in the history
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Nov 15, 2023
1 parent b502857 commit c528b07
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .pipelines/templates/arc/e2e-extension-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
ciKindCluster: true
isArcTest: true
- template: ../teardown.yaml
- template: ../cleanup-images.yaml
parameters:
imageVersion: $(EXT_VERSION)
registryRepo: $(REGISTRY_REPO)
subscriptionId: $(SUBSCRIPTION_ID)
registryName: $(STAGING_REGISTRY_NAME)
isMultiArch: false
# - template: ../cleanup-images.yaml
# parameters:
# imageVersion: $(EXT_VERSION)
# registryRepo: $(REGISTRY_REPO)
# subscriptionId: $(SUBSCRIPTION_ID)
# registryName: $(STAGING_REGISTRY_NAME)
# isMultiArch: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
{
"EndpointPath": "",
"EndpointPort": 15000,
"EndpointOtlp": "localhost:4319"
"EndpointOtlp": "localhost:4317",
"EnableOtlpClientValidation": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
subPath: telegraf.conf
# Pipeline agent for logging
- name: amacoreagent
image: "pipelineagent.azurecr.io/amacoreagent:3.0"
image: "linuxgeneva-microsoft.azurecr.io/amacoreagentaot:1.2.47"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -123,6 +123,12 @@ spec:
cpu: 50m
memory: 100Mi
env:
- name: MONITORING_USE_GENEVA_CONFIG_SERVICE
value: "true"
- name: SKIP_IMDS_LOOKUP_FOR_LEGACY_AUTH
value: "1"
- name: MDSD_OPTION
value: '-l'
- name: MONITORING_GCS_AUTH_ID_TYPE
value: AuthMSIToken
- name: PA_TENANTS_DIR
Expand All @@ -134,7 +140,7 @@ spec:
- name: PA_TRACEFLAGS
value: "4"
- name: OTLP_DEBUG_VERBOSE
value: "1"
value: "2"
- name: FLUENTD_PORT
value: "8130"
- name: MDSD_DEBUG_LOG_FLAGS
Expand Down

0 comments on commit c528b07

Please sign in to comment.