mirror of
https://github.com/iv-org/invidious-helm-chart.git
synced 2024-11-22 21:39:41 +00:00
feat: add ability to add deployment labels
This commit is contained in:
parent
e29cdc3ce6
commit
b6e254ce5a
@ -4,7 +4,7 @@ description: Invidious is an alternative front-end to YouTube
|
||||
|
||||
type: application
|
||||
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
appVersion: v2.20240427
|
||||
|
||||
dependencies:
|
||||
|
@ -4,6 +4,9 @@ metadata:
|
||||
name: {{ template "invidious.fullname" . }}
|
||||
labels:
|
||||
{{- include "invidious.labels" . | nindent 4 }}
|
||||
{{- with .Values.deploymentLabels }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end}}
|
||||
spec:
|
||||
{{- if not .Values.autoscaling.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
|
@ -48,6 +48,8 @@ resources: {}
|
||||
# cpu: 800m
|
||||
# memory: 512Mi
|
||||
|
||||
deploymentLabels: {}
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user