Skip to content

Commit

Permalink
Disabling station by default
Browse files Browse the repository at this point in the history
so the default deployment is as simple as possible
  • Loading branch information
blaskoa committed Nov 13, 2023
1 parent 790b8d6 commit 7d11bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ metadata:
| station.annotations | object | `{}` | Annotations for station deployment |
| station.containerPort | int | `80` | |
| station.dnsHost | string | `""` | |
| station.enabled | bool | `true` | |
| station.enabled | bool | `false` | |
| station.image.digest | string | `nil` | Overrides the image tag with an image digest |
| station.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| station.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ accessController:
pullPolicy: IfNotPresent

station:
enabled: true
enabled: false
name: "station"
servicePort: 8000
containerPort: 80
Expand Down

0 comments on commit 7d11bd7

Please sign in to comment.