feat(attic): move from static resource config to source from values. Was already present in values.

This commit is contained in:
Tommy 2024-04-09 14:49:19 +02:00
parent 5c6f0ee8ab
commit 037d92e2b7
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,7 @@ description: |
A Nix binary caching server
appVersion: 4dbdbee45728d8ce5788db6461aaaa89d98081f0
type: application
version: 0.2.1
version: 0.2.2
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -24,9 +24,7 @@ spec:
- secretRef:
name: {{ .Values.envFromSecret }}
resources:
limits:
memory: "128Mi"
cpu: "500m"
{{- toYaml .Values.resources | nindent 10 }}
ports:
- containerPort: 8080
name: http