Skip to content

Commit

Permalink
add memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz
Browse files Browse the repository at this point in the history
memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/README.md
memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/main.yaml
memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Dec 31, 2023
1 parent 74c7242 commit 9902483
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 1 deletion.
27 changes: 26 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119496,6 +119496,31 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-4215e516c80582642b0698fef4971072e43f5c27.tgz
version: 0.1.4-4215e516c80582642b0698fef4971072e43f5c27
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/README.md
application.giantswarm.io/team: atlas
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/values.schema.json
apiVersion: v2
appVersion: 1.6.21
created: "2023-12-31T21:14:28.972674303Z"
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.7.2
description: Caching solution
digest: ab3c622c8c0721c714bc7eb3e411f220e6991db767f953f3a0a6e34d99077ef5
home: https://github.com/giantswarm/memcached
maintainers:
- email: [email protected]
name: giantswarm/team-atlas
name: memcached
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/memcached
type: application
urls:
- https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz
version: 0.1.4-3f1146da41d0f47821db1d022e28cba769478b52
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.3-ee5ff4a6676fc011828eee7a5a22946c6d7af80a.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.3-ee5ff4a6676fc011828eee7a5a22946c6d7af80a.tgz-meta/README.md
Expand Down Expand Up @@ -167247,4 +167272,4 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/vertical-pod-autoscaler-crd-2.0.1-066c2f418783cdee6ed2671981b4e6885cbb164e.tgz
version: 2.0.1-066c2f418783cdee6ed2671981b4e6885cbb164e
generated: "2023-12-31T17:03:34.585860165Z"
generated: "2023-12-31T21:14:28.9693868Z"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/memcached-app/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/memcached-app/tree/main)

# memcached chart

Giant Swarm offers a managed memcached App which is mainly use as a caching solution to optimize Loki read requests.

## Limitations

Currently this app is only used alongside Loki.

## Credit

- https://github.com/bitnami/charts/tree/main/bitnami/memcached
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/README.md
application.giantswarm.io/team: atlas
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz-meta/values.schema.json
chartApiVersion: v2
chartFile: memcached-0.1.4-3f1146da41d0f47821db1d022e28cba769478b52.tgz
dateCreated: '2023-12-31T21:14:20.216829'
digest: ab3c622c8c0721c714bc7eb3e411f220e6991db767f953f3a0a6e34d99077ef5
home: https://github.com/giantswarm/memcached
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"memcached": {
"type": "object",
"properties": {
"architecture": {
"type": "string"
},
"autoscaling": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"minReplicas": {
"type": "integer"
},
"targetCPU": {
"type": "integer"
},
"targetMemory": {
"type": "integer"
}
}
},
"commonLabels": {
"type": "object",
"properties": {
"application.giantswarm.io/team": {
"type": "string"
},
"application.kubernetes.io/version": {
"type": "string"
},
"giantswarm.io/managed-by": {
"type": "string"
},
"helm.sh/chart": {
"type": "string"
}
}
},
"containerSecurityContext": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"runAsNonRoot": {
"type": "boolean"
},
"runAsUser": {
"type": "integer"
}
}
},
"image": {
"type": "object",
"properties": {
"debug": {
"type": "boolean"
},
"pullPolicy": {
"type": "string"
},
"registry": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"metrics": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
"pullPolicy": {
"type": "string"
},
"registry": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"resources": {
"type": "object",
"properties": {
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
}
}
},
"replicaCount": {
"type": "integer"
},
"resources": {
"type": "object",
"properties": {
"limits": {
"type": "object"
},
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
}
}
}
}
}

0 comments on commit 9902483

Please sign in to comment.