mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
Update 8 files
- /invidious/values.yaml - /invidious/Chart.yaml - /invidious/templates/configmap.yaml - /invidious/templates/deployment.yaml - /invidious/templates/_helpers.tpl - /invidious/templates/hpa.yaml - /invidious/templates/service.yaml - /argocd/templates/invidious.yaml
This commit is contained in:
parent
7e0121d058
commit
61250f16d4
8 changed files with 231 additions and 0 deletions
11
invidious/templates/configmap.yaml
Normal file
11
invidious/templates/configmap.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ template "invidious.fullname" . }}
|
||||
labels:
|
||||
app: {{ template "invidious.name" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: {{ .Release.Name }}
|
||||
data:
|
||||
INVIDIOUS_CONFIG: |
|
||||
{{ toYaml .Values.config | indent 4 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue