Skip to content

Commit

Permalink
update helm chart (#2)
Browse files Browse the repository at this point in the history
* update values

* fix values

* change chart version
  • Loading branch information
QuantumEnigmaa authored Oct 9, 2023
1 parent baf609d commit c5aef0d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- changed: `app.giantswarm.io` label group was changed to `application.giantswarm.io`
- Initial release

[Unreleased]: https://github.com/giantswarm/memcached/tree/main
2 changes: 1 addition & 1 deletion helm/memcached/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- name: memcached
version: 6.6.2
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.6.2
version: "[[ .Version ]]"
type: application
annotations:
application.giantswarm.io/team: atlas
30 changes: 28 additions & 2 deletions helm/memcached/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
memcached:
global:
imageRegistry: ""
image:
registry: docker.io
repository: giantswarm/memcached
tag: 1.6.21
pullPolicy: IfNotPresent

## Allowed values: standalone (deployment) or high-availability (statefulset)
architecture: standalone

replicaCount: 1

resources:
limits: {}
requests:
memory: 256Mi
cpu: 250m

containerSecurityContext:
enabled: true
runAsUser: 1001
runAsNonRoot: true

autoscaling:
enabled: false
minReplicas: 3
maxReplicas: 6
targetCPU: 50
targetMemory: 50

0 comments on commit c5aef0d

Please sign in to comment.