Clean up comments in the values file
This commit is contained in:
parent
be4a2c2e10
commit
5d39d494fe
1 changed files with 15 additions and 23 deletions
|
@ -91,22 +91,18 @@ s3:
|
||||||
# url: http://s3.example.com
|
# url: http://s3.example.com
|
||||||
|
|
||||||
api:
|
api:
|
||||||
# replicaCount: 1
|
# Additional mounts to add to the API container
|
||||||
|
|
||||||
# Additional mounts to add to the API pod
|
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
# - name: extra-music-data
|
# - name: extra-music-data
|
||||||
# mountPath: /srv/funkwhale/data/music
|
# mountPath: /srv/funkwhale/data/music
|
||||||
# readOnly: true
|
# readOnly: true
|
||||||
# existingClaim: volume-claim
|
|
||||||
|
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
|
# - name: extra-music-data
|
||||||
|
# persistentVolumeClaim:
|
||||||
|
# claimName: volume-claim
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
@ -121,27 +117,23 @@ api:
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
front:
|
front:
|
||||||
# replicaCount: 1
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: nginx
|
||||||
tag: stable
|
tag: stable
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# Additional mounts to add to the frontend pod
|
# Additional mounts to add to the frontend container
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
# - name: extra-music-data
|
# - name: extra-music-data
|
||||||
# mountPath: /srv/funkwhale/data/music
|
# mountPath: /srv/funkwhale/data/music
|
||||||
# readOnly: true
|
# readOnly: true
|
||||||
# existingClaim: volume-claim
|
|
||||||
|
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
|
# - name: extra-music-data
|
||||||
|
# persistentVolumeClaim:
|
||||||
|
# claimName: volume-claim
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
@ -174,18 +166,18 @@ celery:
|
||||||
worker:
|
worker:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
# Additional mounts to add to the frontend pod
|
# Additional mounts to add to the worker pod
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
# - name: extra-music-data
|
# - name: extra-music-data
|
||||||
# mountPath: /srv/funkwhale/data/music
|
# mountPath: /srv/funkwhale/data/music
|
||||||
# readOnly: true
|
# readOnly: true
|
||||||
# existingClaim: volume-claim
|
|
||||||
|
extraVolumes: []
|
||||||
|
# - name: extra-music-data
|
||||||
|
# persistentVolumeClaim:
|
||||||
|
# claimName: volume-claim
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
|
Loading…
Reference in a new issue