Skip to content

Commit

Permalink
add external cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
portelagabriel committed Sep 21, 2024
1 parent eb31ef0 commit e671bae
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,15 @@ kubernetes:
clusterLocatorMethods:
- type: 'config'
clusters:
- url: ${EKS_ENDPOINT}
- url: kubernetes.default.svc.cluster.local
name: pegasus
authProvider: 'serviceAccount'
skipTLSVerify: true
skipTLSVerify: false
skipMetricsLookup: true
- url: ${EKS_ENDPOINT}
name: generico
authProvider: 'serviceAccount'
skipTLSVerify: false
skipMetricsLookup: true
serviceAccountToken: ${SA_TOKEN}
serviceAccountToken: ${SA_TOKEN}
caData: ${CA_DATA}

0 comments on commit e671bae

Please sign in to comment.