shlink¶
A production-ready Helm chart for Shlink - Self-hosted URL shortener with analytics and web UI
Quick Links¶
Installing the Chart¶
Values¶
Search Values
Press Ctrl+K or Cmd+K to search, or use the interactive values search.
| Key | Type | Default | Description |
|---|---|---|---|
| Diagnostic Mode Configuration | |||
enabled | bool | false | Enable diagnostic mode (sleep infinity instead of running application) |
command | string | `nil` | Command to run in diagnostic mode |
args | string | `nil` | Arguments for diagnostic mode command |
| Pod Disruption Budget Configuration | |||
enabled | bool | false | Enable Pod Disruption Budget |
minAvailable | int | 1 | Minimum available pods |
maxUnavailable | string | "" | Maximum unavailable pods (alternative to minAvailable) |
| PostgreSQL Configuration | |||
postgresql | string | `nil` | PostgreSQL subchart configuration |
enabled | bool | true | Enable PostgreSQL subchart |
image | string | `nil` | PostgreSQL image configuration |
auth | string | `nil` | PostgreSQL authentication configuration |
username | string | shlink | PostgreSQL username |
password | string | changeme | PostgreSQL password |
database | string | shlink | PostgreSQL database name |
existingSecret | string | "" | Existing secret with PostgreSQL credentials |
architecture | string | standalone | PostgreSQL architecture (standalone or replication) |
primary | string | `nil` | PostgreSQL primary configuration |
persistence | string | `nil` | Persistence configuration for primary |
resources | object | {} | Resource limits for primary |
Autogenerated from chart metadata using helm-docs