Sha256: f9546ab7b5dc0f94649b515cf30a12fd85b92df12478464780d26304b22427f0
Contents?: true
Size: 1.58 KB
Versions: 47
Compression:
Stored size: 1.58 KB
Contents
# ciinabox services default configuration services: - jenkins: # Optional Jenkins Service Parameters # ContainerImage: base2/ciinabox-jenkins:2.0 # ContainerMemory: 4096 # ContainerCPU: 300 # JAVA_OPTS: -Xmx4096m # you only need to add these ports for JNLP slaves # LoadBalancerPort: 50000 # InstancePort: 50000 # Protocol: TCP #example for Internal Port for Jenkins # - jenkins: # LoadBalancerPort: 50000 # InstancePort: 50000 # Protocol: TCP # needs internal_elb: true # will trigger this 2nd hostname for jenkins internal-jenkins.#{dns_domain} #example for drone # - drone: # params: # - # VPC: # Ref: VPC # - # SubnetPublicA: # Ref: SubnetPublicA # - # SubnetPublicB: # Ref: SubnetPublicB # - # ECSSubnetPrivateA: # Ref: ECSSubnetPrivateA # - # ECSSubnetPrivateB: # Ref: ECSSubnetPrivateB # - # SecurityGroupBackplane: # Ref: SecurityGroupBackplane # - # SecurityGroupOps: # Ref: SecurityGroupOps # - # SecurityGroupDev: # Ref: SecurityGroupDev # - # SecurityGroupNatGateway: # Ref: SecurityGroupNatGateway # - # SecurityGroupWebHooks: # Ref: SecurityGroupWebHooks # - # ECSENIPrivateIpAddress: # Ref: ECSENIPrivateIpAddress # tasks: # drone-server: # env: # DRONE_OPEN: true
Version data entries
47 entries across 47 versions & 1 rubygems