-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathvalues.yaml
165 lines (153 loc) · 4.42 KB
/
values.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Default values for crownlabs.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
version: "" # default set while packaging
createClusterRoles: true
frontend-app:
replicaCount: 1
image:
repository: crownlabs/frontend-app
ingress:
hostname: crownlabs.example.com
path: /
configuration:
backend:
graphql: https://graphql.example.com
oidc:
clientId: <client-id>
providerUrl: https://auth.example.com/auth/
qlkube:
replicaCount: 1
image:
repository: crownlabs/qlkube
rbacResourcesName: crownlabs-qlkube
ingress:
hostname: qlkube.crownlabs.example.com
configuration:
exposedAPIs:
apis:
- crownlabs.polito.it
subscriptions:
apis:
- group: crownlabs.polito.it
resources:
- resource: instances
version: v1alpha2
mapping: itPolitoCrownlabsV1alpha2Instance
listMapping: itPolitoCrownlabsV1alpha2InstanceList
- resource: templates
version: v1alpha2
mapping: itPolitoCrownlabsV1alpha2Template
wrappers:
fileName: wrappers.js
resources:
- type: itPolitoCrownlabsV1alpha2Template
fieldWrapper: TemplateCrownlabsPolitoItTemplateRef
nameWrapper: templateWrapper
queryFieldsRequired:
- name
- namespace
parents:
- itPolitoCrownlabsV1alpha2Instance
instance-operator:
replicaCount: 1
image:
repository: crownlabs/instance-operator
rbacResourcesName: crownlabs-instance-operator
configurations:
generic:
whitelistLabels: crownlabs.polito.it/operator-selector=production
websiteBaseUrl: crownlabs.example.com
instancesAuthUrl: https://crownlabs.example.com/auth
containerEnvironmentOptions:
tag: ""
vncImage: crownlabs/tigervnc
websockifyImage: crownlabs/websockify
instmetricsServerEndpoint: crownlabs-instmetrics.crownlabs-production:9090
containerVmSnapshots:
kanikoImage: gcr.io/kaniko-project/executor
exportImage: "crownlabs/img-exporter"
exportImageTag: ""
privateContainerRegistry:
url: registry.crownlabs.example.com
secretName: registry-credentials
maxConcurrentReconciles: 1
tenant-operator:
replicaCount: 1
image:
repository: crownlabs/tenant-operator
rbacResourcesName: crownlabs-tenant-operator
configurations:
targetLabel: crownlabs.polito.it/operator-selector=production
keycloak:
url: "https://auth.crownlabs.example.com/"
loginRealm: master
targetRealm: crownlabs
targetClient: k8s
user: username
pass: password
maxConcurrentReconciles: 1
tenantNamespaceKeepAlive: 168h
webhook:
deployment:
webhookBypassGroups: system:masters,system:serviceaccounts,kubernetes:admin
baseWorkspaces: utilities
enableMutating: true
bastion-operator:
replicaCount: 1
image:
repositoryBastion: crownlabs/ssh-bastion
repositorySidecar: crownlabs/bastion-operator
rbacResourcesName: crownlabs-bastion-operator
serviceAnnotations: {}
service:
type: LoadBalancer
port: 22
externalTrafficPolicy: Cluster
image-list:
replicaCount: 1
image:
repository: crownlabs/crownlabs-image-list
rbacResourcesName: crownlabs-image-list
configurations:
registryUrl: http://docker-registry.docker-registry:5000
advRegistryName: registry.crownlabs.example.com
imageListName: crownlabs-virtual-machine-images
updateInterval: 60
delete-stale-instances:
image:
repository: crownlabs/delete-stale-instances
rbacResourcesName: crownlabs-delete-stale-instances
configurations:
dryRun: true
schedule: "*/15 * * * *"
exam-agent:
replicaCount: 1
configurations:
allowedIPs: ""
targetNamespace: "crownlabs-exam"
exposition:
host: exams.crownlabs.polito.it
basePath: "/api"
image:
repository: crownlabs/exam-agent
pullPolicy: IfNotPresent
instmetrics:
image:
repository: crownlabs/instmetrics
configurations:
runtimeEndpoint: unix:///run/dockershim.sock
containerRuntime: /run/dockershim.sock
dockerSocket: /var/run/docker.sock
connectionTimeout: 10s
updatePeriod: 4s
grpcPort: 9090
policies:
ingressHostnamePattern: s??????.sandbox.crownlabs.polito.it
namespaceSelector:
matchExpressions:
- key: crownlabs.polito.it/type
operator: In
values:
- sandbox