Clean up comments in the values file

This commit is contained in:
Alexander Olofsson 2019-07-09 10:07:27 +02:00
parent be4a2c2e10
commit 5d39d494fe
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -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