-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathvalues.yaml
65 lines (57 loc) · 1.67 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
# Default values for instance-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
configurations:
generic:
whitelistLabels: crownlabs.polito.it/operator-selector=production
websiteBaseUrl: crownlabs.example.com
instancesAuthUrl: https://crownlabs.example.com/auth
containerEnvironmentOptions:
tag: ""
websockifyImage: crownlabs/websockify
xVncImage: crownlabs/tigervnc
contentDownloaderImage: crownlabs/content-downloader
contentUploaderImage: crownlabs/content-uploader
instmetricsServerEndpoint: crownlabs-instmetrics.crownlabs-production:9090
containerVmSnapshots:
kanikoImage: gcr.io/kaniko-project/executor:latest
exportImage: "crownlabs/img-exporter"
exportImageTag: ""
privateContainerRegistry:
url: registry.crownlabs.example.com
secretName: registry-credentials
maxConcurrentReconciles: 1
automation:
maxConcurrentTerminationReconciles: 1
terminationStatusCheckTimeout: "3s"
terminationStatusCheckInterval: "2m"
maxConcurrentSubmissionReconciles: 1
image:
repository: crownlabs/instance-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart version.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
deploymentAnnotations:
reloader.stakater.com/auto: "true"
podAnnotations: {}
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 20000
runAsGroup: 20000
privileged: false
resources:
limits:
memory: 750Mi
cpu: 1000m
requests:
memory: 250Mi
cpu: 100m
rbacResourcesName: crownlabs-instance-operator