[OPB-xxx] updating abstracto version

enabling giveaway and image generation feature
This commit is contained in:
Sheldan
2023-12-25 19:04:22 +01:00
parent e77c448824
commit fe50e1331b
16 changed files with 228 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
tag: 1.5.12
tag: 1.5.18
templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
@@ -40,7 +40,7 @@ dbConfigDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
tag: 1.5.12
tag: 1.5.18
dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
@@ -55,6 +55,38 @@ dbCredentials:
password:
name:
privateRestApi:
enabled: true
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-private-rest-api
tag: 1.6.12
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
livenessProbe:
initialDelaySeconds: 2
periodSeconds: 5
failureThreshold: 3
readinessProbe:
initialDelaySeconds: 2
periodSeconds: 5
failureThreshold: 3
service:
port: 8080
targetPort: 80
name: private-restapi # must be less than 16 chars
resources:
limits:
cpu:
memory:
requests:
cpu:
memory:
nodeSelector: {}
tolerations: []
affinity: {}
grafanaDeployment:
repository: harbor.sheldan.dev/grafana-tools
pullPolicy: Always