-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
44 lines (38 loc) · 950 Bytes
/
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
app:
regcred: regcred-sa-scheduler
port: 80
health: "/api/health"
requests:
cpu: 100m
memory: 50Mi
limits:
cpu: 2000m
memory: 2Gi
pvc:
enabled: true
mountPath: /app/data
storageClassName: local-storage
volumeName: v2-simulated-annealing-scheduler
accessMode: ReadWriteMany
storage: 1Gi
# hostVolumes:
# - name: data
# path: /home/k8s/sfg-singen/diensteinteilung
# type: Directory
# mountPath: /app/data
ingress:
auth:
enabled: true
prompt: This website is password protected. Please enter a username and password.
# A secret needs to be created and referred to here.
# Structure of the secret:
#
# kind: Secret
# apiVersion: v1
# metadata:
# name: basic-auth
# stringData:
# auth: dbvis:$apr1$nfk8tuw7$Um3.ixncy32b9j/q475RQ.
# type: Opaque
#
secret: sa-scheduler-basic-auth