-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbundle-azure-storage.yaml.j2
88 lines (87 loc) · 2.19 KB
/
bundle-azure-storage.yaml.j2
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
bundle: kubernetes
applications:
kyuubi:
charm: kyuubi-k8s
channel: latest/edge
revision: 29
resources:
kyuubi-image: ghcr.io/canonical/charmed-spark-kyuubi@sha256:9268d19a6eef91914e874734b320fab64908faf0f7adb8856be809bc60ecd1d0 # 3.4.2
scale: 3
options:
namespace: {{ namespace }}
service-account: {{ service_account }}
constraints: arch=amd64
trust: true
kyuubi-users:
charm: postgresql-k8s
channel: 14/stable
revision: 281
resources:
postgresql-image: 159
scale: 1
constraints: arch=amd64
storage:
pgdata: kubernetes,1,1024M
trust: true
zookeeper:
charm: zookeeper-k8s
channel: 3/edge
revision: 70
scale: 3
constraints: arch=amd64
resources:
zookeeper-image: 31
metastore:
charm: postgresql-k8s
channel: 14/stable
revision: 281
resources:
postgresql-image: 159
scale: 1
constraints: arch=amd64
storage:
pgdata: kubernetes,1,1024M
trust: true
azure-storage:
charm: azure-storage-integrator
channel: latest/edge
revision: 2
scale: 1
constraints: arch=amd64
options:
container: {{ container }}
storage-account: {{ storage_account }}
path: spark-events
connection-protocol: abfss
history-server:
charm: spark-history-server-k8s
channel: 3.4/edge
revision: 33
resources:
spark-history-server-image: ghcr.io/canonical/charmed-spark@sha256:1d9949dc7266d814e6483f8d9ffafeff32f66bb9939e0ab29ccfd9d5003a583a # 3.4.2
scale: 1
constraints: arch=amd64
integration-hub:
charm: spark-integration-hub-k8s
channel: latest/edge
revision: 22
resources:
integration-hub-image: 3
scale: 1
constraints: arch=amd64
trust: true
relations:
- - integration-hub:azure-credentials
- azure-storage:azure-credentials
- - history-server:azure-credentials
- azure-storage:azure-credentials
- - kyuubi:metastore-db
- metastore:database
- - kyuubi:auth-db
- kyuubi-users:database
- - kyuubi:spark-service-account
- integration-hub:spark-service-account
- - kyuubi:zookeeper
- zookeeper:zookeeper