forked from sigstore/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
177 lines (176 loc) · 3.89 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
166
167
168
169
170
171
172
173
174
175
176
177
namespace:
create: false
name: trillian-system
initContainerImage:
curl:
registry: docker.io
repository: curlimages/curl
# -- 7.85.0
version: sha256:9fab1b73f45e06df9506d947616062d7e8319009257d3a05d970b0de80a41ec5
imagePullPolicy: IfNotPresent
netcat:
registry: docker.io
repository: toolbelt/netcat
# -- 2022-05-23
version: "sha256:7d921b6d368fb1736cb0832c6f57e426c161593c075847af3378eb3185801cea"
imagePullPolicy: IfNotPresent
mysql:
gcp:
enabled: false
instance: ""
cloudsql:
registry: gcr.io
repository: cloudsql-docker/gce-proxy
# -- v1.32.2
version: sha256:7755f632c090289b8e0fa67218fc9d8b9ab7e0758ea58c48786617a79ff715dc
resources:
requests:
memory: "2Gi"
cpu: "1"
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
capabilities:
drop:
- ALL
enabled: true
replicaCount: 1
name: mysql
hostname: ""
port: 3306
strategy:
type: Recreate
image:
registry: gcr.io
repository: trillian-opensource-ci/db_server
pullPolicy: IfNotPresent
# -- v1.5.0
version: sha256:22b7fddcb4bafc5692760d84dca5e86294363a94e8f0ecb8f5c39364d436e6d5
resources: {}
args:
- "--ignore-db-dir=lost+found"
service:
type: ClusterIP
ports:
- name: 3306-tcp
port: 3306
protocol: TCP
targetPort: 3306
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
exec:
command:
- /etc/init.d/mysql
- status
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
exec:
command:
- /etc/init.d/mysql
- status
secret:
annotations: {}
auth:
username: "mysql"
password: ""
rootPassword: ""
existingSecret: ""
persistence:
enabled: true
annotations: {}
storageClass: null
size: 5Gi
mountPath: /var/lib/mysql
subPath: ""
existingClaim: ""
accessModes:
- ReadWriteOnce
serviceAccount:
create: true
name: ""
annotations: {}
logServer:
enabled: true
replicaCount: 1
name: log-server
portRPC: 8091
portHTTP: 8090
image:
registry: gcr.io
repository: projectsigstore/trillian_log_server
pullPolicy: IfNotPresent
# -- v0.9.1
version: sha256:75dbbfc4c0b64334b985c4971fe58c30b9dd73d7aa54b15cee61223ff92aebf3
service:
type: ClusterIP
ports:
- name: 8091-tcp
port: 8091
protocol: TCP
targetPort: 8091
- name: 8090-tcp
port: 8090
protocol: TCP
targetPort: 8090
livenessProbe: {}
readinessProbe: {}
resources: {}
extraArgs: []
serviceAccount:
create: true
name: ""
annotations: {}
logSigner:
enabled: true
replicaCount: 1
name: log-signer
forceMaster: true
portRPC: 8091
portHTTP: 8090
image:
registry: gcr.io
repository: projectsigstore/trillian_log_signer
pullPolicy: IfNotPresent
# -- v0.9.1
version: sha256:b56ed0b7b5e9813c91b208ba6041c9342f9a53162d96943374e59b5289090f1f
service:
type: ClusterIP
ports:
- name: 8091-tcp
port: 8091
protocol: TCP
targetPort: 8091
livenessProbe: {}
readinessProbe: {}
resources: {}
extraArgs: []
serviceAccount:
create: true
name: ""
annotations: {}
createdb:
enabled: true
dbname: trillian
ttlSecondsAfterFinished: 3600
name: createdb
image:
registry: ghcr.io
repository: sigstore/scaffolding/createdb
pullPolicy: IfNotPresent
# -- v0.4.11
version: sha256:5ec1b95581d238dfbbd8e412422500cc242123078de8aaad23e5f9c65eaf2ba5
serviceAccount:
create: false
name: ""
annotations: {}
# Force namespace of namespaced resources
forceNamespace: ""