Skip to content

Commit

Permalink
change helm samples values.yaml to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Apr 8, 2024
1 parent b0802cf commit 4f58c79
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 21 deletions.
17 changes: 14 additions & 3 deletions helm-charts/samples/apim-apk-agent/cp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.1.0-rc
tag: 1.1.0-rc2
pullPolicy: Always
service:
name: apim-apk-agent-service
resources: {}
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/
Expand All @@ -39,4 +45,9 @@ metrics:
agent:
mode: DPtoCP
certmanager:
enabled: true
enabled: false
serviceAccount:
enableServiceAccountCreation: true
enableClusterRoleCreation: true
serviceAccountName: wso2agent-platform
roleName: wso2agent-role
17 changes: 14 additions & 3 deletions helm-charts/samples/apim-apk-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.1.0-rc
tag: 1.1.0-rc2
pullPolicy: Always
service:
name: apim-apk-agent-service
resources: {}
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/
Expand All @@ -40,4 +46,9 @@ metrics:
agent:
mode: CPtoDP
certmanager:
enabled: true
enabled: false
serviceAccount:
enableServiceAccountCreation: true
enableClusterRoleCreation: true
serviceAccountName: wso2agent-platform
roleName: wso2agent-role
14 changes: 7 additions & 7 deletions helm-charts/samples/apk/cp-enabled-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.1.0-rc
image: wso2/apk-adapter:1.1.0-rc2
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -149,7 +149,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.1.0-rc
image: wso2/apk-common-controller:1.1.0-rc2
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -176,7 +176,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.1.0-rc
image: wso2/apk-ratelimiter:1.1.0-rc2
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -206,7 +206,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.1.0-rc
image: wso2/apk-router:1.1.0-rc2
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -237,7 +237,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.1.0-rc
image: wso2/apk-enforcer:1.1.0-rc2
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -309,7 +309,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.1.0-rc
image: wso2/apk-idp-domain-service:1.1.0-rc2
idpui:
deployment:
resources:
Expand All @@ -330,7 +330,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.1.0-rc
image: wso2/apk-idp-ui:1.1.0-rc2
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/samples/apk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.1.0-rc
image: wso2/apk-config-deployer-service:1.1.0-rc2
# configs:
# tls:
# secretName: "my-secret"
Expand All @@ -117,7 +117,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.1.0-rc
image: wso2/apk-adapter:1.1.0-rc2
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -150,7 +150,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.1.0-rc
image: wso2/apk-common-controller:1.1.0-rc2
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -177,7 +177,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.1.0-rc
image: wso2/apk-ratelimiter:1.1.0-rc2
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -207,7 +207,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.1.0-rc
image: wso2/apk-router:1.1.0-rc2
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -238,7 +238,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.1.0-rc
image: wso2/apk-enforcer:1.1.0-rc2
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -312,7 +312,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.1.0-rc
image: wso2/apk-idp-domain-service:1.1.0-rc2
idpui:
deployment:
resources:
Expand All @@ -333,7 +333,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.1.0-rc
image: wso2/apk-idp-ui:1.1.0-rc2
configs:
idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login"
idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback"
Expand Down

0 comments on commit 4f58c79

Please sign in to comment.