Compare commits
1 Commits
freshrss-0
...
cops-0.0.3
Author | SHA1 | Date | |
---|---|---|---|
7c61825d5f |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cops
|
name: cops
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
description: Chart for Calibre OPDS (and HTML) PHP Server
|
description: Chart for Calibre OPDS (and HTML) PHP Server
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
|
@@ -40,6 +40,15 @@ spec:
|
|||||||
name: cops-books
|
name: cops-books
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.deployment.resources | nindent 12 }}
|
{{- toYaml .Values.deployment.resources | nindent 12 }}
|
||||||
|
env:
|
||||||
|
{{- range $k,$v := .Values.deployment.env }}
|
||||||
|
- name: {{ $k }}
|
||||||
|
value: {{ $v | quote }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.deployment.envFrom }}
|
||||||
|
envFrom:
|
||||||
|
{{- toYaml . | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
@@ -9,6 +9,7 @@ deployment:
|
|||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
|
envFrom:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
Reference in New Issue
Block a user