-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
75 lines (60 loc) · 1.36 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
# SPDX-FileCopyrightText: 2022 Renaissance Computing Institute. All rights reserved.
# SPDX-FileCopyrightText: 2023 Renaissance Computing Institute. All rights reserved.
# SPDX-FileCopyrightText: 2024 Renaissance Computing Institute. All rights reserved.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LicenseRef-RENCI
# SPDX-License-Identifier: MIT
# Default values for ast-run-harvester.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: containers.renci.org/eds/ast-run-harvester
tag: "sometag"
pullPolicy: Always
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
enableIngest: true
podSecurityContext:
runAsUser: 1000
fsGroup: 1000
runAsGroup: 1000
volumes:
name: some-vol
claimName: some-pvc
run:
crontab: "0 */3 * * *"
daysBefore: -1
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 80
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: ""
paths:
- path: /
pathType: ""
tls: []
resources:
limits:
ephemeral-storage: 256Mi
memory: 1Gi
requests:
cpu: 1000m
ephemeral-storage: 64Mi
memory: 512Mi
nodeSelector: {}
tolerations: []
affinity: {}