You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| image.tag | string |`"latest@sha256:3c369ea5d68b258c88b12c9fbdfa97e651e4a5b6136f4651553afd217fa55299"`| Override the image tag |
44
44
| imagePullSecrets | list |`[]`||
45
45
| ingress | object |`{"annotations":{},"enabled":false,"hosts":[{"host":"papercups.example.com","paths":[]}],"tls":[]}`| TODO: This is untested |
46
-
| initialize_database.enabled | bool |`true`| Create the databases upon install/upgrade. This runs in a distinct job. This is idempotent, but you can disable this if you want. |
46
+
| initialize_database.enabled | bool |`true`| Create the databases upon install/upgrade. This runs in a distinct job. This is idempotent, but you can disable this if you want. |
47
47
| migration.enabled | bool |`true`| Perform a DB migration upon install/upgrade. This runs in a distinct job. |
48
48
| nameOverride | string |`""`| Override name of app |
49
49
| nodeSelector | object |`{}`| Allow the Deployment to be scheduled on selected nodes |
| secrets.DATABASE_URL | string |`"ecto://papercups:changeit@papercups-db-postgresql.default.svc.cluster.local/papercups"`| The connection parameters for ecto to connect to postgresql |
55
55
| secrets.SECRET_KEY_BASE | string |`"dvPPvOjpgX2Wk8Y3ONrqWsgM9ZtU4sSrs4l/5CFD1sLm4H+CjLU+EidjNGuSz7bz"`| The secret Phoenix uses to sign and encrypt important information |
56
56
| securityContext | object |`{}`| SecurityContext holds security configuration that will be applied to a container. |
57
-
| service.port | int |`443`||
57
+
| service.port | int |`4000`||
58
58
| service.type | string |`"ClusterIP"`||
59
59
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
60
60
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
0 commit comments