feat(attic): move from static resource config to source from values. Was already present in values.
This commit is contained in:
parent
5c6f0ee8ab
commit
037d92e2b7
2 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,7 @@ description: |
|
||||||
A Nix binary caching server
|
A Nix binary caching server
|
||||||
appVersion: 4dbdbee45728d8ce5788db6461aaaa89d98081f0
|
appVersion: 4dbdbee45728d8ce5788db6461aaaa89d98081f0
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -24,9 +24,7 @@ spec:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: {{ .Values.envFromSecret }}
|
name: {{ .Values.envFromSecret }}
|
||||||
resources:
|
resources:
|
||||||
limits:
|
{{- toYaml .Values.resources | nindent 10 }}
|
||||||
memory: "128Mi"
|
|
||||||
cpu: "500m"
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
|
|
Loading…
Reference in a new issue