Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/helm/bytechef-monolith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 1.19.0
description: The ByteChef helm chart for QUBINETS Kubernetes cluster
name: bytechef
type: application
version: 0.1.7
version: 0.1.8
21 changes: 12 additions & 9 deletions kubernetes/helm/bytechef-monolith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: docker.bytechef.io/bytechef/bytechef
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "20241212_1400"

env:
normal:
Expand All @@ -31,7 +31,7 @@ env:
BYTECHEF_MAIL_USERNAME: ""
BYTECHEF_MAIL_HOST: ""
BYTECHEF_MAIL_PASSWORD: ""
BYTECHEF_MAIL_PORT: 22
BYTECHEF_MAIL_PORT: "22"


imagePullSecrets: []
Expand All @@ -53,15 +53,15 @@ podAnnotations: {}
podLabels: {}

podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 2000

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# runAsUser: 1000

service:
type: ClusterIP
Expand All @@ -72,7 +72,7 @@ ingress:
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
Expand All @@ -93,25 +93,28 @@ resources: {}
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# memory: 128Mi

livenessProbe:
httpGet:
path: /actuator/health/liveness
port: 9555
port: 8080
initialDelaySeconds: 30
timeoutSeconds: 20
periodSeconds: 30
failureThreshold: 6
readinessProbe:
httpGet:
path: /actuator/health/readiness/
port: 9555
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 30
timeoutSeconds: 20
periodSeconds: 30
failureThreshold: 6
startupProbe:
httpGet:
path: /actuator/health/liveness
port: 8080
failureThreshold: 180
periodSeconds: 20
timeoutSeconds: 60
Expand Down
11 changes: 11 additions & 0 deletions server/apps/server-app/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
888888b. 888 .d8888b. 888 .d888
888 "88b 888 d88P Y88b 888 d88P"
888 .88P 888 888 888 888 888
8888888K. 888 888 888888 .d88b. 888 88888b. .d88b. 888888
888 "Y88b 888 888 888 d8P Y8b 888 888 "88b d8P Y8b 888
888 888 888 888 888 88888888 888 888 888 888 88888888 888
888 d88P Y88b 888 Y88b. Y8b. Y88b d88P 888 888 Y8b. 888
8888888P" "Y88888 "Y888 "Y8888 "Y8888P" 888 888 "Y8888 888
888
Y8b d88P
"Y88P"
Loading