v1beta1
IVServiceGroupv1beta1 のYAMLサンプルを確認し、独自の設定を行ってください。IVServiceGroupを作成するには、以下のいずれかの方法を使用できます:- 方法 1: サービスグループをデプロイする対象となる環境である `property` を
name指定します。 、appServersbackendServers、およびその他のサービスプロパティは、サービスグループの作成時に自動的に設定されます。 必要に応じて設定を変更することで、カスタマイズすることができます。 詳細については、 「 IVServiceGroup カスタムリソースの設定(独立モード)」 を参照してください。 - 方法 2:すでにテスト
IVServiceGroup済みのスキーマを、ある環境から別の環境へコピーして貼り付ける。 この方法を使えば、サービスグループを一から作成する手間を省くことができます。
kind 以下の YAML を実行すると、環境の および name に基づいて仕様が設定されます。 dev<name> の値は、 production、、またはフレキシブルモードの任意の値に設定できます。apiVersion: apps.sip.ibm.com/v1beta1
kind: IVServiceGroup
metadata:
name: <name>
namespace: <sip_installation_namespace>
spec: {}
以下の例は、開発モードおよび本番モードにおけるカスタムリソースの IVServiceGroup スキーマを示しています。
apiVersion: apps.sip.ibm.com/v1beta1
kind: IVServiceGroup
metadata:
name: dev
namespace: <sip_installation_namespace>
spec:
active: true
# property:
# envVars: iv_properties
# jvmArgs: iv_jvmargs
# pod:
# podAnnotations:
# podLabels:
# logLevel: INFO ##Allowed values are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL
# affinityAndTolerations: ""
# horizontalPodAutoscaler: ""
# topology: {}
# image:
# appImageName: sip-iv-appserver
# backendImageName: sip-iv-backend
# onboardImageName: sip-iv-onboard
# appDigest: ""
# backendDigest: ""
# onboardDigest: """
# pullPolicy: Always
# repository: stg.icr.io/cp/ibm-oms-enterprise
# tag: 10.0.2601.1-amd64
# imagePullSecrets:
- name: ibm-entitlement-key
- name: my-private-registry-key1
appServers:
- active: true
groupName: appserver
names:
- ApiOperations
- ApiSupplies
- ApiDemands
- ApiAvailability
- ApiReservation
- ApiBuc
- ApiConfig
replicaCount: 1
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations: {}
podLabesl: {}
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
backendServers:
- active: true
groupName: backend
names:
- 'ComputeProdAvl:1'
- 'ManageBundleItemDgAvlBreakup:1'
- 'ManageBundleItemNodeAvlBreakup:1'
- 'SupplyAuditPublisher:1'
- 'RulesTriggerConsumer:1'
- 'InvSupplySync:1'
- 'ManageDgAvlBreakup:1'
- 'SyncAll:1'
- 'pubShipNodeAvailBreakup:1'
- 'Migration:1'
- 'Scheduler:1'
- 'DemandAuditPublisher:1'
- 'PromisingDistributionGroupSync:1'
- 'ManageNodeAvlBreakup:1'
- 'PromisingShipNodeSync:1'
- 'PubDgAvailBreakup:1'
- 'PubSupplySnapshot:1'
- 'SupplyTransactionUpdater:1'
- 'ReservationExpiryTrigger:1'
- 'InvActivityPrcs:1'
- 'ManageParentItemNodeAvlBreakup:1'
- 'SortDgAvlBreakupNodes:1'
- 'PubAvailableSupplySnapshot:1'
- 'PubSupply:1'
- 'PubDgAvlBreakupSnapshot:1'
- 'InvDemandSync:1'
- 'ManageInvDemand:1'
- 'ManageInvSupply:1'
- 'PubDemandSnapshot:1'
- 'PubShipNodeAvlBreakupSnapshot:1'
- 'Upgrade:1'
- 'PromisingNodeCapacitySync:1'
- 'UpdateReservation:1'
- 'PubDemand:1'
- 'RecalculationTrigger:1'
- 'SegmentReallocation:1'
replicaCount: 1
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations: {}
podLabesl: {}
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
defaultresources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 100m
memory: 1Gi
jobs:
- name: cassandra-onboarding
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations: {}
podLabesl: {}
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
jobBackoffLimit: ""
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- name: elasticsearch-onboarding
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations: {}
podLabesl: {}
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
jobBackoffLimit: ""
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
logstashServers:
- active: true
groupName: logstash
names:
- transaction-logstash
replicaCount: 1
apiVersion: apps.sip.ibm.com/v1beta1
kind: IVServiceGroup
metadata:
name: production
namespace: <sip_installation_namespace>
spec:
active: true
# property:
# envVars: iv_properties
# jvmArgs: iv_jvmargs
# pod:
# podAnnotations:
# podLabels:
# logLevel: INFO ##Allowed values are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL
# affinityAndTolerations: ""
# horizontalPodAutoscaler: ""
# topology: {}
# image:
# appImageName: sip-iv-appserver
# backendImageName: sip-iv-backend
# onboardImageName: sip-iv-onboard
# appDigest: ""
# backendDigest: ""
# onboardDigest: """
# pullPolicy: Always
# repository: stg.icr.io/cp/ibm-oms-enterprise
# tag: 10.0.2601.1-amd64
# imagePullSecrets:
- name: ibm-entitlement-key
- name: my-private-registry-key1
appServers:
- active: true
names:
- ApiAvailability
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- ApiReservation
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- ApiBuc
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- ApiConfig
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- ApiOperations
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- ApiSupplies
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- ApiDemands
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
backendServers:
- active: true
names:
- 'ManageDgAvlBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'SortDgAvlBreakupNodes:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'SyncAll:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubDemand:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'Migration:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubDgAvlBreakupSnapshot:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'InvDemandSync:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ManageInvDemand:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ManageInvSupply:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'SegmentReallocation:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ReservationExpiryTrigger:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'Upgrade:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ComputeProdAvl:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ManageNodeAvlBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PromisingNodeCapacitySync:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubShipNodeAvlBreakupSnapshot:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubAvailableSupplySnapshot:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ManageBundleItemNodeAvlBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ManageParentItemNodeAvlBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'SupplyAuditPublisher:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'UpdateReservation:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubDemandSnapshot:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PromisingDistributionGroupSync:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'SupplyTransactionUpdater:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'ManageBundleItemDgAvlBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'pubShipNodeAvailBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'DemandAuditPublisher:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'InvSupplySync:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubDgAvailBreakup:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubSupply:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PubSupplySnapshot:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'Scheduler:1'
replicaCount: 1
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'InvActivityPrcs:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'PromisingShipNodeSync:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'RulesTriggerConsumer:5'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- active: true
names:
- 'RecalculationTrigger:1'
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
defaultresources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 100m
memory: 1Gi
jobs:
- name: cassandra-onboarding
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
jobBackoffLimit: ""
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
- name: elasticsearch-onboarding
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
jobBackoffLimit: ""
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
logstashServers:
- active: true
names:
- transaction-logstash
replicaCount: 2
affinityAndTolerations: ""
horizontalPodAutoscaler: ""
topology: {}
pod:
podAnnotations:
podLabels:
logLevel: INFO
property:
envVars: iv_properties
jvmArgs: iv_jvmargs
image:
tag: <release_tag>
pullPolicy: IfNotPresent
resources:
limits:
cpu: '1'
memory: 1536Mi
requests:
cpu: 250m
memory: 512Mi
status: {}