Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding sample values yaml for APK 1.2.0 and APIM 4.4.0 #2521

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading