diff --git a/environments/staging/applications/sourcify-repository/values.yaml b/environments/staging/applications/sourcify-repository/values.yaml index 95632471..02964c70 100644 --- a/environments/staging/applications/sourcify-repository/values.yaml +++ b/environments/staging/applications/sourcify-repository/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/ethereum/sourcify/repository - tag: latest + tag: repository-latest@sha256:df764b02e23498ea0536d9810a38eba9d51cbc64542523b04840fb4a1befbd8d pullPolicy: IfNotPresent imagePullSecrets: - name: image-pull-secret @@ -12,7 +12,6 @@ controller: type: deployment replicas: 1 strategy: RollingUpdate - service: main: enabled: true @@ -21,39 +20,29 @@ service: ports: http: port: 80 - ## ## Environment configuration ## - env: {} - ## ## Secrets ## - secrets: secretenv: enabled: false # If enabled, a Secret will be created and imported via envFrom into the main application. stringData: {} - - ## ## Data persistence ## - persistence: data: enabled: true type: pvc existingClaim: sourcify-repository-xfs mountPath: /data - - ## ## Health probes ## - probes: liveness: enabled: true @@ -82,11 +71,9 @@ probes: timeoutSeconds: 1 periodSeconds: 5 failureThreshold: 30 - ## ## Ingress ## - ingress: main: enabled: false