Skip to content

Commit 5ca613f

Browse files
authored
Apply suggestions from code review - fix spacing
1 parent 1551b1d commit 5ca613f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/pixelfed/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ podSecurityContext: {}
6161
# fsGroup: 33
6262

6363
# -- securityContext for the pixelfed container
64-
securityContext: {}
64+
securityContext: {}
6565
# runAsUser: 33
6666
# runAsNonRoot: true
6767
# readOnlyRootFilesystem: true
@@ -98,7 +98,7 @@ ingress:
9898
# - chart-example.local
9999

100100
# -- set resource limits and requests for cpu, memory, and ephemeral storage
101-
resources: {}
101+
resources: {}
102102
# limits:
103103
# cpu: 100m
104104
# memory: 128Mi
@@ -108,14 +108,14 @@ resources: {}
108108

109109
# -- This is to setup the liveness probe
110110
# more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
111-
livenessProbe: {}
111+
livenessProbe: {}
112112
# httpGet:
113113
# path: /api/service/health-check
114114
# port: http
115115

116116
# -- This is to setup the readiness probe
117117
# more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
118-
readinessProbe: {}
118+
readinessProbe: {}
119119
# httpGet:
120120
# path: /api/service/health-check
121121
# port: http
@@ -277,7 +277,7 @@ postgresql:
277277

278278
# -- PHP Configuration files
279279
# Will be injected in /usr/local/etc/php-fpm.d
280-
phpConfigs: {}
280+
phpConfigs: {}
281281
# www.conf: |-
282282
# [www]
283283
# user = www-data

0 commit comments

Comments
 (0)