diff --git a/charts/gorush/Chart.yaml b/charts/gorush/Chart.yaml index bd5c57f3..b8b67cbc 100644 --- a/charts/gorush/Chart.yaml +++ b/charts/gorush/Chart.yaml @@ -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 diff --git a/charts/gorush/values.yaml b/charts/gorush/values.yaml index 40e93eff..cff52f6f 100755 --- a/charts/gorush/values.yaml +++ b/charts/gorush/values.yaml @@ -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 @@ -55,7 +47,6 @@ readinessProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 - keda: enabled: false coolDown: 30 @@ -66,14 +57,10 @@ keda: timeZone: Europe/Madrid annotations: {} extraTriggers: {} - podSecurityContext: {} - securityContext: {} - certs: name: gorush-certs - brand: default: tag: 1.16.0 @@ -98,7 +85,6 @@ brand: vapid: publicKey: "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" privateKey: "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" - # custom ingress annotations on this service ingress: annotations: {} @@ -106,15 +92,13 @@ ingress: 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 @@ -127,7 +111,6 @@ jxRequirements: # kubernetes.io/ingress.class: nginx apiVersion: "networking.k8s.io/v1" - # the domain for hosts domain: "" externalDNS: false