Commit Graph

20 Commits

Author SHA1 Message Date
cb7070ac1d features: revisionHistoryLimit and taskiq specific resources specification 2025-02-12 12:22:36 +05:30
474c501d56 added startupProbe support 2025-02-12 11:33:08 +05:30
e412a20dd6 feature: added limitrange object support 2025-02-11 20:39:53 +05:30
2a1be9740e feature: capability to add extra kubernetes manifests
example usage:

```yaml
extraManifests:
  - apiVersion: v1
    kind: LimitRange
    metadata:
      annotations:
        argocd.argoproj.io/sync-wave: "10"
      name: default-limit-range
    spec:
      limits:
      - default:
          memory: 700Mi
        defaultRequest:
          cpu: 50m
          memory: 500Mi
        type: Container
```
2025-02-11 19:43:48 +05:30
827118e89b Merge pull request #7 from Intreecom/feature/targetport-capability
feature: capability to add targetport (optional)
2025-02-11 17:41:45 +05:30
089c279bad feature: capability to add targetport (optional) 2025-02-11 17:32:55 +05:30
ef7d437225 Merge pull request #6 from Intreecom/feature/nodeport-service-type
feature/nodeport service type
2025-02-05 20:20:47 +05:30
8b2c941cd9 feature: nodeport service type compatibility 2025-02-05 20:16:48 +05:30
8af820d6ad feature: added compatibility of nodeport service type 2025-02-05 20:15:09 +05:30
0982ed7716 Merge pull request #5 from Intreecom/bugfix/command 2025-02-04 19:42:31 +01:00
2d2f306765 Fixed container command. 2025-02-04 19:40:31 +01:00
a6ca9f84d6 Merge pull request #4 from Intreecom/feature/cmd-for-deployment
feature: capability to add a `cmd` in main deployment created by chart
2025-01-16 17:30:25 +05:30
eaca6b70c1 feature: capability to add a cmd in main deployment created by chart 2025-01-16 17:27:32 +05:30
987fde8006 Merge pull request #3 from Intreecom/fix/handling-template-in-values
fix: handling template in values files
2025-01-16 13:47:14 +05:30
9b769370bb fix: handling template in values files 2025-01-10 17:27:58 +05:30
639ba2d64c Merge pull request #1 from Intreecom/feature/pgbouncer
Added pgbouncer chart.
2024-12-05 15:18:21 +01:00
303df62cff Added pgbouncer chart. 2024-12-05 15:11:52 +01:00
f02d35ca43 Fixed metadata. 2024-12-05 13:59:19 +01:00
5643e8f4d9 Added release job. 2024-12-05 13:37:50 +01:00
9fb0115858 Initial commit. 2024-12-05 13:32:22 +01:00