aligning
This commit is contained in:
parent
78a29a21d6
commit
4b07d2578e
|
|
@ -55,7 +55,7 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.resources | indent 10 }}
|
{{ toYaml .Values.resources | indent 10 }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{ toYaml .Values.securityContext| indent 10 }}
|
{{ toYaml .Values.securityContext | indent 10 }}
|
||||||
{{- if .Values.imagePullSecrets }}
|
{{- if .Values.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{ toYaml .Values.imagePullSecrets | indent 8 }}
|
{{ toYaml .Values.imagePullSecrets | indent 8 }}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ spec:
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
# storageClass: my-sc
|
# storageClass: my-sc
|
||||||
# iops: 1000 # for EBS gp3
|
# iops: 1000 # for EBS gp3
|
||||||
# throughput: 250 # in MB/s for EBS gp3
|
# throughput: 250 # in MB/s for EBS gp3
|
||||||
additionalVolumes:
|
additionalVolumes:
|
||||||
- name: empty
|
- name: empty
|
||||||
mountPath: /opt/empty
|
mountPath: /opt/empty
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue