@@ -95,6 +95,16 @@ For additional configuration of the Groundhog2k's PostgreSQL and Redis charts, p
9595| ` app.django.existingDatabase.existingSecret.dbuserKey ` | Key containing the database user | String | ` null ` |
9696| ` app.django.existingDatabase.existingSecret.dbpwKey ` | Key containing the database password | String | ` null ` |
9797
98+
99+ ### Service for the wger app
100+
101+ | Name | Description | Type | Default Value |
102+ | ---------------------------| --------------------------------------| ------------| ---------------|
103+ | ` app.service.type ` | Sets the http service type | String | ` ClusterIP ` |
104+ | ` app.service.port ` | Port for the service | Integer | ` 80 ` |
105+ | ` app.service.annotations ` | Annotations to attach to the service | Dictionary | ` {} ` |
106+
107+
98108### Celery
99109
100110Celery requires persistent volumes.
@@ -110,7 +120,10 @@ Celery requires persistent volumes.
110120| ` celery.syncImages ` | sync exercise images | Boolean | ` True ` |
111121| ` celery.syncVideos ` | sync exercise videos | Boolean | ` True ` |
112122| ` celery.ingredientsFrom ` | source for ingredients, possible values ` WGER ` ,` OFF ` | String | ` WGER ` |
113- | ` celery.flower.enabled ` | enable flower webinterface for celery | Boolean | ` False ` |
123+ | ` celery.service.type ` | Sets the http service type | String | ` ClusterIP ` |
124+ | ` celery.service.port ` | Port for the service | Integer | ` 80 ` |
125+ | ` celery.service.annotations ` | Annotations to attach to the service | Dictionary | ` {} ` |
126+ | ` celery.flower.enabled ` | enable flower webinterface for celery | Boolean | ` False ` |
114127| ` celery.flower.secret.name ` | Name of the secret | String | ` flower ` |
115128| ` celery.flower.secret.password ` | Password for the webinterface | String | ` randAlphaNum 50 ` |
116129
@@ -120,7 +133,7 @@ Celery requires persistent volumes.
120133| Name | Description | Type | Default Value |
121134| --------------------------------| ------------------------------------------| ---------| -------------------|
122135| ` app.jwt.secret.name ` | Name of the secret | String | ` jwt ` |
123- | ` app.jwt.secret.update ` | Update content of the current secret | Boolean | ` true ` |
136+ | ` app.jwt.secret.update ` | Update content of the current secret | Boolean | ` false ` |
124137| ` app.jwt.secret.privateKey ` | Private Key for JWT | String | a default key |
125138| ` app.jwt.secret.publicKey ` | Public Key for JWT | String | a default key |
126139| ` app.jwt.accessTokenLifetime ` | Duration of the access token, in minutes | String | ` 10 ` |
@@ -147,6 +160,10 @@ Celery requires persistent volumes.
147160| ` nginx.imagePullPolicy ` | [ Pull policy] ( https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy ) to use for the image | String | ` IfNotPresent ` |
148161
149162
163+ ## Powersync
164+
165+
166+
150167## Ingress
151168
152169| Name | Description | Type | Default Value |
@@ -158,15 +175,6 @@ Celery requires persistent volumes.
158175| ` ingress.annotations ` | Annotations to attach to the ingress | Dictionary | ` {} ` |
159176
160177
161- ## Service
162-
163- | Name | Description | Type | Default Value |
164- | -----------------------| --------------------------------------| ------------| ---------------|
165- | ` service.type ` | Sets the http service type, valid values are ` NodePort ` , ` ClusterIP ` or ` LoadBalancer ` . | String | ` ClusterIP ` |
166- | ` service.port ` | Port for the service | Integer | ` 8000 ` |
167- | ` service.annotations ` | Annotations to attach to the service | Dictionary | ` {} ` |
168-
169-
170178## Persistence
171179
172180| Name | Description | Type | Default Value |
0 commit comments