ci: sorcerer
This commit is contained in:
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
|
|||||||
type: application
|
type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: v1.30.1
|
version: v1.31.0
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: v1.30.1
|
appVersion: v1.31.0
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.gitlab.com/oceanbox/poseidon/sorcerer
|
repository: registry.gitlab.com/oceanbox/poseidon/sorcerer
|
||||||
tag: v1.30.1
|
tag: v1.31.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
init:
|
init:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -64,7 +64,6 @@ ingress:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- sorcerer.srv.oceanbox.io
|
- sorcerer.srv.oceanbox.io
|
||||||
secretName: sorcerer-tls
|
secretName: sorcerer-tls
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: oceanbox-archives
|
existingClaim: oceanbox-archives
|
||||||
@@ -75,18 +74,16 @@ redis:
|
|||||||
enabled: false
|
enabled: false
|
||||||
instances: 1
|
instances: 1
|
||||||
# metrics:
|
# metrics:
|
||||||
# enabled: false
|
# enabled: false
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: false
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
|
|
||||||
cluster:
|
cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
instances: 2
|
instances: 2
|
||||||
backupEnabled: true
|
backupEnabled: true
|
||||||
backupRetention: 60d
|
backupRetention: 60d
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# 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
|
# choice for the user. This also increases chances charts run on environments with little
|
||||||
|
|||||||
Reference in New Issue
Block a user