You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kpow-ce/values.yaml
+22-20Lines changed: 22 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -4,54 +4,56 @@ image:
4
4
repository: factorhouse/kpow-ce
5
5
pullPolicy: IfNotPresent
6
6
7
-
imagePullSecrets: []
7
+
imagePullSecrets: []
8
8
nameOverride: ""
9
9
fullnameOverride: ""
10
10
11
-
env: {}
11
+
env: {}
12
12
envFromConfigMap: null
13
13
envFromSecret: null
14
-
volumeMounts: []
14
+
volumeMounts: []
15
15
# - name: rbac-config
16
16
# mountPath: /path/to/rbac-config.yaml
17
17
# subPath: rbac-config.yaml
18
-
volumes: []
18
+
volumes: []
19
19
# - name: rbac-config
20
20
# configMap:
21
21
# name: "my-kpow-ce-config"
22
22
23
-
snappyTmp:
24
-
enabled: false # Sets up an emptyDir volume mount for Snappy compression. Enable this if you use Snappy compression and you have readOnly filesystem Pod policies.
23
+
ephemeralTmp:
24
+
# Sets up an emptyDir volume mount for Snappy compression and other features requiring /tmp access.
25
+
# Enable this if you use Snappy compression and you have readOnly filesystem Pod policies.
26
+
enabled: false
25
27
volumeMount:
26
-
name: "snappy-tmp"
27
-
mountPath: "/opt/snappy-tmp"
28
+
name: "fh-tmp"
29
+
mountPath: "/opt/factorhouse/tmp"
28
30
volume:
29
31
emptyDir:
30
32
medium: Memory # Optional: for better performance
31
33
sizeLimit: "100Mi"# Configurable size
32
34
33
35
serviceAccount:
34
36
create: true
35
-
annotations: {}
37
+
annotations: {}
36
38
name: kpow-ce
37
39
38
-
podAnnotations: {}
40
+
podAnnotations: {}
39
41
40
-
podSecurityContext: {}
42
+
podSecurityContext: {}
41
43
42
-
securityContext: {}
44
+
securityContext: {}
43
45
44
46
service:
45
47
enabled: true
46
-
annotations: {}
48
+
annotations: {}
47
49
type: ClusterIP
48
50
port: 3000
49
51
50
52
ingress:
51
53
enabled: false
52
-
annotations: {}
53
-
hosts: []
54
-
tls: []
54
+
annotations: {}
55
+
hosts: []
56
+
tls: []
55
57
ingressClassName: ""
56
58
57
59
# We recommend running Kpow Community w/ Guaranteed QOS
Copy file name to clipboardExpand all lines: charts/kpow/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,11 +309,12 @@ much more reliable operation.
309
309
310
310
#### Snappy compression in read-only filesystem
311
311
312
-
We preset an attribute for Snappy compression in read-only filesystems. It is disabled by default and can be enabled - modify the volume configuration if necessary.
312
+
We preset an attribute for Snappy compression in read-only filesystems. It is disabled by default and can be enabled -
Copy file name to clipboardExpand all lines: charts/kpow/values.yaml
+22-20Lines changed: 22 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -4,54 +4,56 @@ image:
4
4
repository: factorhouse/kpow
5
5
pullPolicy: IfNotPresent
6
6
7
-
imagePullSecrets: []
7
+
imagePullSecrets: []
8
8
nameOverride: ""
9
9
fullnameOverride: ""
10
10
11
-
env: {}
11
+
env: {}
12
12
envFromConfigMap: null
13
13
envFromSecret: null
14
-
volumeMounts: []
14
+
volumeMounts: []
15
15
# - name: rbac-config
16
16
# mountPath: /path/to/rbac-config.yaml
17
17
# subPath: rbac-config.yaml
18
-
volumes: []
18
+
volumes: []
19
19
# - name: rbac-config
20
20
# configMap:
21
21
# name: "my-kpow-config"
22
22
23
-
snappyTmp:
24
-
enabled: false # Sets up an emptyDir volume mount for Snappy compression. Enable this if you use Snappy compression and you have readOnly filesystem Pod policies.
23
+
ephemeralTmp:
24
+
# Sets up an emptyDir volume mount for Snappy compression and other features requiring /tmp access.
25
+
# Enable this if you use Snappy compression and you have readOnly filesystem Pod policies.
0 commit comments