Skip to content
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
10 changes: 10 additions & 0 deletions charts/codefresh-infra/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
global:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

mongodb:
fullnameOverride: my-mongodb
auth:
Expand Down
85 changes: 77 additions & 8 deletions charts/codefresh/.ci/values/values-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ global:
- codefresh-registry
- dockerhub-creds

nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

ingress:
enabled: true
ingressClassName: haproxy-ingress
Expand All @@ -13,14 +22,6 @@ ingress:
ingress-nginx:
enabled: false

consul:
image:
repository: bitnamilegacy/consul

nats:
image:
repository: bitnamilegacy/nats

hooks:
mongodb:
nodeSelector:
Expand All @@ -31,4 +32,72 @@ hooks:

mongodb:
nodeSelector:
node-type: fast-image-pull
kubernetes.io/arch: amd64

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

# -- Binami subcharts
postgresql:
primary:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

rabbitmq:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

redis:
master:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

nats:
image:
repository: bitnamilegacy/nats
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

consul:
image:
repository: bitnamilegacy/consul
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

cf-platform-analytics-platform:
redis:
enabled: false
Loading