Skip to content

Commit

Permalink
Add values overrides file
Browse files Browse the repository at this point in the history
  • Loading branch information
J4bbi committed Aug 27, 2024
1 parent 4e4bd51 commit 67f18f1
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions charts/invenio/values-overrides-imperial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

invenio:
init: true # initiates db, index, and admin roles
hostname: "icl-invenio-dev.uksouth.cloudapp.azure.com"
secret_key: "REPLACE-ME"
security_login_salt: "REPLACE-ME"
csrf_secret_salt: "REPLACE-ME"
create_fixtures: true
import_test_data: true

web:
image: "ghcr.io/imperialcollegelondon/fair-data-repository:develop"
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 60
periodSeconds: 15
successThreshold: 1
timeoutSeconds: 1
startupProbe:
failureThreshold: 3
initialDelaySeconds: 60
periodSeconds: 15
successThreshold: 1
timeoutSeconds: 5
resources:
requests:
cpu: 750m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi

worker:
image: "ghcr.io/imperialcollegelondon/fair-data-repository:develop"
livenessProbe:
initialDelaySeconds: 120

persistence:
enabled: true
storage_class: "azure-invenio-storage-class"

haproxy:
enabled: false

flower:
enabled: false

rabbitmq:
auth:
password: "REPLACE-ME"

postgresql:
auth:
password: "REPLACE-ME"

ingress:
enabled: true
class: "webapprouting.kubernetes.azure.com"

# Certmanager
podLabels:
azure.workload.identity/use: "true"
serviceAccount:
labels:
azure.workload.identity/use: "true"

0 comments on commit 67f18f1

Please sign in to comment.