Skip to content

Commit

Permalink
Merge pull request #2194 from CrowleyRajapakse/new-main6
Browse files Browse the repository at this point in the history
Adding sample agent helm chart
  • Loading branch information
CrowleyRajapakse authored Mar 29, 2024
2 parents 2a8169a + 1303da9 commit ae75260
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions helm-charts/sample/apim-apk-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
#
# WSO2 LLC. licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
# in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.1.0-alpha2
pullPolicy: Always
service:
name: apim-apk-agent-service
resources: {}
controlPlane:
enabled: true
serviceURL: https://apim-wso2am-cp-1-service.apk.svc.cluster.local:9443/
username: admin
password: admin
environmentLabels: Default
skipSSLVerification: true
eventListeningEndpoints: amqp://admin:[email protected]:5672?retries='10'&connectdelay='30'
# internalKeyIssuer: http://am.wso2.com:443/token
dataPlane:
enabled: true
k8ResourceEndpoint: https://apk-wso2-apk-config-ds-service.apk.svc.cluster.local:9443/api/configurator/apis/generate-k8s-resources
namespace: apk
metrics:
enabled: false
agent:
mode: CPtoDP

0 comments on commit ae75260

Please sign in to comment.