Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci(staging): update repository - staging/6d504a17db4f6824831b9c2bf7cf…
Browse files Browse the repository at this point in the history
…39ad73c25a65"
  • Loading branch information
github-actions[bot] committed Dec 4, 2023
1 parent e39d48b commit 152cd1f
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,6 @@ controller:
type: deployment
replicas: 1
strategy: RollingUpdate

service:
main:
enabled: true
Expand All @@ -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
Expand Down Expand Up @@ -82,11 +71,9 @@ probes:
timeoutSeconds: 1
periodSeconds: 5
failureThreshold: 30

##
## Ingress
##

ingress:
main:
enabled: false

0 comments on commit 152cd1f

Please sign in to comment.