add helm charts
This commit is contained in:
33
backing-services/rabbitmq/schoolbus-demo.values.yaml
Normal file
33
backing-services/rabbitmq/schoolbus-demo.values.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
image:
|
||||
registry: 172.16.16.2:30516
|
||||
repository: bitnami/rabbitmq
|
||||
tag: 3.12.12-debian-11-r0
|
||||
|
||||
auth:
|
||||
username: admin
|
||||
password: "admin"
|
||||
securePassword: true
|
||||
existingPasswordSecret: ""
|
||||
|
||||
serviceAccount:
|
||||
create: false
|
||||
name: ""
|
||||
namespace: "default"
|
||||
awsRoleArn: ""
|
||||
owner: ""
|
||||
automountServiceAccountToken: true
|
||||
annotations: {}
|
||||
|
||||
service:
|
||||
type: NodePort
|
||||
|
||||
nodeSelector:
|
||||
node.name: node-1
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
Reference in New Issue
Block a user