Skip to content

Commit

Permalink
chore: release 1.18.4-1721207474568
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jul 17, 2024
1 parent 21e040b commit 88ab527
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
4 changes: 2 additions & 2 deletions charts/gorush/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gorush
description: Jaraxa implementation of Gorush on Kubernetes
home: https://github.com/jaraxasoftware/gorush/tree/staging/charts/gorush
version: 1.18.4
appVersion: 1.18.4
version: 1.18.4-1721207474568
appVersion: 1.18.4-1721207474568
icon: https://jaraxa-public.s3.eu-central-1.amazonaws.com/LogoJRX-web.svg
maintainers:
- email: sergio.jurado@jaraxa.com
Expand Down
35 changes: 9 additions & 26 deletions charts/gorush/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,40 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: draft
tag: dev
repository: ghcr.io/jaraxasoftware/gorush
tag: 1.18.4-1721207474568
pullPolicy: IfNotPresent

# optional list of image pull secrets to use to pull images
jx:
# optional image pull secrets
imagePullSecrets: []

# whether to create a Release CRD when installing charts with Release CRDs included
releaseCRD: true

# define environment variables here as a map of key: value
env:

# enable this flag to use knative serve to deploy the app
knativeDeploy: false

deployAnnotations:
wave.pusher.com/update-on-config-change: "true"

service:
name: gorush
type: ClusterIP
externalPort: 8088
internalPort: 8088
annotations: []

resources: {}
#limits:
# cpu: 100m
# memory: 256Mi
#requests:
# cpu: 80m
# memory: 128Mi
#limits:
# cpu: 100m
# memory: 256Mi
#requests:
# cpu: 80m
# memory: 128Mi

probePath: /
config_dir: /config/
certs_dir: /certificates/
certs_dir_voip: /certificates_voip/
key: key_file

livenessProbe:
initialDelaySeconds: 60
periodSeconds: 10
Expand All @@ -55,7 +47,6 @@ readinessProbe:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1

keda:
enabled: false
coolDown: 30
Expand All @@ -66,14 +57,10 @@ keda:
timeZone: Europe/Madrid
annotations: {}
extraTriggers: {}

podSecurityContext: {}

securityContext: {}

certs:
name: gorush-certs

brand:
default:
tag: 1.16.0
Expand All @@ -98,23 +85,20 @@ brand:
vapid:
publicKey: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
privateKey: "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"

# custom ingress annotations on this service
ingress:
annotations: {}
# defaults to nginx if no other ingress class annotation specified
classAnnotation: ""
# Add labels to the ingress
labels: {}

# ingress path type
pathType: ImplementationSpecific

serviceAccount:
enabled: true
name: ""
annotations: {}
# iam.gke.io/gcp-service-account: my-sa-in-gke
# iam.gke.io/gcp-service-account: my-sa-in-gke
# Add labels to the SA
labels: {}
# my-custom-label: value
Expand All @@ -127,7 +111,6 @@ jxRequirements:
# kubernetes.io/ingress.class: nginx

apiVersion: "networking.k8s.io/v1"

# the domain for hosts
domain: ""
externalDNS: false
Expand Down

0 comments on commit 88ab527

Please sign in to comment.