Skip to content

Commit

Permalink
Merge pull request #2521 from CrowleyRajapakse/ai
Browse files Browse the repository at this point in the history
Adding sample values yaml for APK 1.2.0 and APIM 4.4.0
  • Loading branch information
Tharsanan1 authored Oct 1, 2024
2 parents af45db8 + 9176f96 commit 2a8fead
Show file tree
Hide file tree
Showing 7 changed files with 2,503 additions and 0 deletions.
54 changes: 54 additions & 0 deletions helm-charts/samples/apim-apk-agent/1.2.0-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 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.2.0-alpha
pullPolicy: Always
service:
name: apim-apk-agent-service
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "256Mi"
cpu: "200m"
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
certmanager:
enabled: false
serviceAccount:
enableServiceAccountCreation: true
enableClusterRoleCreation: true
serviceAccountName: wso2agent-platform
roleName: wso2agent-role
53 changes: 53 additions & 0 deletions helm-charts/samples/apim-apk-agent/cp/1.2.0-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 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.2.0-alpha
pullPolicy: Always
service:
name: apim-apk-agent-service
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "256Mi"
cpu: "200m"
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'
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: DPtoCP
certmanager:
enabled: false
serviceAccount:
enableServiceAccountCreation: true
enableClusterRoleCreation: true
serviceAccountName: wso2agent-platform
roleName: wso2agent-role
Loading

0 comments on commit 2a8fead

Please sign in to comment.