mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-22 17:45:12 +02:00
🚚(project) switch docspec image to ghcr.io/docspec/api
Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
This commit is contained in:
@@ -202,9 +202,9 @@ docSpec:
|
||||
replicas: 1
|
||||
|
||||
image:
|
||||
repository: ghcr.io/docspecio/api
|
||||
repository: ghcr.io/docspec/api
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "3.0.1"
|
||||
tag: "1.21.4"
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
@@ -165,9 +165,9 @@ docSpec:
|
||||
replicas: 1
|
||||
|
||||
image:
|
||||
repository: ghcr.io/docspecio/api
|
||||
repository: ghcr.io/docspec/api
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "3.0.1"
|
||||
tag: "1.21.4"
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
@@ -306,8 +306,8 @@
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------- | --------------------------------------------------------------- | ----------------------- |
|
||||
| `docSpec.enabled` | Enable docSpec deployment | `false` |
|
||||
| `docSpec.image.repository` | Repository to use to pull docSpec container image | `ghcr.io/docspecio/api` |
|
||||
| `docSpec.image.tag` | docSpec container tag | `2.6.3` |
|
||||
| `docSpec.image.repository` | Repository to use to pull docSpec container image | `ghcr.io/docspec/api` |
|
||||
| `docSpec.image.tag` | docSpec container tag | `1.21.4` |
|
||||
| `docSpec.image.pullPolicy` | docSpec container image pull policy | `IfNotPresent` |
|
||||
| `docSpec.command` | Override the docSpec container command | `[]` |
|
||||
| `docSpec.args` | Override the docSpec container args | `[]` |
|
||||
@@ -319,7 +319,7 @@
|
||||
| `docSpec.envVars` | Configure docSpec container environment variables | `{}` |
|
||||
| `docSpec.service.type` | docSpec Service type | `ClusterIP` |
|
||||
| `docSpec.service.port` | docSpec Service listening port | `4000` |
|
||||
| `docSpec.service.targetPort` | docSpec container listening port | `4000` |
|
||||
| `docSpec.service.targetPort` | docSpec container listening port | `3000` |
|
||||
| `docSpec.probes.liveness.path` | Configure path for docSpec HTTP liveness probe | `/health` |
|
||||
| `docSpec.probes.readiness.path` | Configure path for docSpec HTTP readiness probe | `/health` |
|
||||
| `docSpec.resources` | docSpec resources | `{}` |
|
||||
|
||||
@@ -843,9 +843,9 @@ docSpec:
|
||||
## @param docSpec.image.tag docSpec container tag
|
||||
## @param docSpec.image.pullPolicy docSpec container image pull policy
|
||||
image:
|
||||
repository: ghcr.io/docspecio/api
|
||||
repository: ghcr.io/docspec/api
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "3.0.1"
|
||||
tag: "1.21.4"
|
||||
|
||||
## @param docSpec.command Override the docSpec container command
|
||||
command: []
|
||||
@@ -886,7 +886,7 @@ docSpec:
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 4000
|
||||
targetPort: 4000
|
||||
targetPort: 3000
|
||||
|
||||
## @param docSpec.probes.liveness.path Configure path for docSpec HTTP liveness probe
|
||||
## @param docSpec.probes.readiness.path Configure path for docSpec HTTP readiness probe
|
||||
|
||||
Reference in New Issue
Block a user