diff --git a/.github/workflows/google-gke-prod.yaml b/.github/workflows/google-gke-prod.yaml index 1291e1f..1c80f46 100644 --- a/.github/workflows/google-gke-prod.yaml +++ b/.github/workflows/google-gke-prod.yaml @@ -157,5 +157,4 @@ jobs: --set image.tag=stable \ --set nameOverride=${{ env.GKE_APP_NAME }}-${{ inputs.release }}-cache \ --set fullnameOverride=${{ env.GKE_APP_NAME }}-${{ inputs.release }}-cache \ - --set secrets.TESSERACT_BACKEND=$ENCODED_TESSERACT_BACKEND \ ${{ env.GKE_APP_NAME }}-${{ inputs.release }}-cache --values=./helm/${{ inputs.release }}-cache.yaml mittwald/kube-httpcache \ No newline at end of file diff --git a/helm/arkansas-cache.yaml b/helm/arkansas-cache.yaml index 1bd4424..ba25d13 100644 --- a/helm/arkansas-cache.yaml +++ b/helm/arkansas-cache.yaml @@ -33,7 +33,7 @@ cache: # Varnish storage backend type (https://varnish-cache.org/docs/trunk/users-guide/storage-backends.html) varnishStorage: malloc # default,malloc,umem,file... # Varnish storage backend size - storageSize: 128M # K(ibibytes), M(ebibytes), G(ibibytes), T(ebibytes) ... unlimited + storageSize: 3G # K(ibibytes), M(ebibytes), G(ibibytes), T(ebibytes) ... unlimited # Varnish transient storage backend type (https://varnish-cache.org/docs/trunk/users-guide/storage-backends.html) #varnishTransientStorage: malloc # Varnish transient storage backend size @@ -218,17 +218,13 @@ ingress: # hosts: # - chart-example.local -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: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi +resources: + requests: + cpu: 100m + memory: 1Gi + limits: + cpu: 200m + memory: 3Gi autoscaling: enabled: false