-
Notifications
You must be signed in to change notification settings - Fork 15
/
values-store-raleigh.yaml
70 lines (61 loc) · 1.93 KB
/
values-store-raleigh.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
clusterGroup:
name: store-raleigh
namespaces:
- landing-page
- coffeeshop-store
subscriptions:
amqstreams:
name: amq-streams
namespace: openshift-operators
crunchypgo:
name: crunchy-postgres-operator
namespace: openshift-operators
source: certified-operators
projects:
- landing-page
- store
- coffeeshop-store
applications:
landing-page:
name: landing-page
namespace: landing-page
project: landing-page
path: charts/all/landing-page
coffeeshop-store:
name: coffeeshop-store
namespace: coffeeshop-store
project: coffeeshop-store
path: charts/store/quarkuscoffeeshop-charts
overrides:
- name: projectnamespace
value: coffeeshop-store
- name: Release.release-namespace
value: coffeeshop-store
- name: storeid
value: RALEIGH
coffeeshopdb-store:
name: coffeeshopdb-store
namespace: coffeeshop-store
project: coffeeshop-store
path: charts/all/crunchy-pgcluster
extraValueFiles:
- /values-db-store.yaml
coffeeshop-store-kafka:
name: coffeeshop-store-kafka
namespace: coffeeshop-store
project: coffeeshop-store
path: charts/all/quarkuscoffeeshop-kafka
imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
# The default schedule is every 10 minutes: imperative.schedule
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
jobs: []
#- name: noop
# ansible playbook to be run
# playbook: ansible/playbooks/noop.yml
# per playbook timeout in seconds
# timeout: 234
# verbosity: "-v"