-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.values.yaml
85 lines (70 loc) · 1.51 KB
/
example.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
# Example values.yaml for Helm
replicaCount: 1
nodeSelector:
name: doks.digitalocean.com/node-pool
labels: services
ingress:
enabled: enabled
hosts: ''
image:
tag: prod
pullPolicy: Always
imagePullSecrets: gitlab
registryfullpath: ''
nameOverride: ""
fullnameOverride: ""
service:
app: example-project
type: ClusterIP
port: 80
test: 8080
# memorylimit: 512Mi
ports:
- name: http
portNumber: 80
- name: test
portNumber: 8080
# - name: authback
# portNumber: 8002
#authback:
# portb: 8002
# host: authback-example-project.yourdomain.com
#workers:
# - name: "queue-aa"
# args: "cd /app; console/yii aa/listen"
# replicaCount: 1
# - name: "queue-bb"
# args: "cd /app; console/yii queue/listen"
# replicaCount: 1
# VolumeMounts:
# - name: volume1
# mountPath: /mount/file1.txt
# subPath: file1.txt
# secrets:
# - name: USER
#cron:
# - name: "cc-dd"
# args: "cd app; php console/yii worker/cc-dd 6 '-30 minutes'"
# schedule: "0 2 * * *"
# - name: "ee-ff"
# args: "cd app; php console/yii worker/ee-ff 4 '-30 minutes'"
# schedule: "*/30 * * * *"
# VolumeMounts:
# - name: volume1
# mountPath: /mount/file1.txt
# subPath: file1.txt
# secrets:
# - name: USER
onepass:
enabled: true
onepassitem: servicename
secrets:
- name: USER
- name: TOKEN
volumeMounts:
- name: private
mountPath: /app/private.key
subPath: private.key
- name: public
mountPath: /app/public.key
subPath: public.key