From 1303da9cd65c3f30b08395a9b08615fa042f9fc6 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Fri, 29 Mar 2024 17:57:59 +0530 Subject: [PATCH] adding sample agent helm chart --- helm-charts/sample/apim-apk-agent/values.yaml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 helm-charts/sample/apim-apk-agent/values.yaml diff --git a/helm-charts/sample/apim-apk-agent/values.yaml b/helm-charts/sample/apim-apk-agent/values.yaml new file mode 100644 index 000000000..a57bdd3f9 --- /dev/null +++ b/helm-charts/sample/apim-apk-agent/values.yaml @@ -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:admin@apim-wso2am-cp-1-service.apk.svc.cluster.local: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