add service values

This commit is contained in:
Dennis Zhang 2020-09-05 13:46:51 -07:00
parent 4a6e920d0e
commit da9133c3c3
3 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: invidious name: invidious
description: Invidious is an alternative front-end to YouTube description: Invidious is an alternative front-end to YouTube
version: 1.0.0 version: 1.1.0
appVersion: 0.20.1 appVersion: 0.20.1
keywords: keywords:
- youtube - youtube

View File

@ -7,10 +7,14 @@ metadata:
chart: {{ .Chart.Name }} chart: {{ .Chart.Name }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
spec: spec:
type: {{ .Values.service.type }}
ports: ports:
- name: http - name: http
port: 3000 port: {{ .Values.service.port }}
targetPort: 3000 targetPort: 3000
selector: selector:
app: {{ template "invidious.name" . }} app: {{ template "invidious.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}

View File

@ -13,6 +13,11 @@ autoscaling:
maxReplicas: 16 maxReplicas: 16
targetCPUUtilizationPercentage: 50 targetCPUUtilizationPercentage: 50
service:
type: clusterIP
port: 3000
# loadBalancerIP:
resources: {} resources: {}
#requests: #requests:
# cpu: 100m # cpu: 100m