Cleanup of yaml document separators and add icon

This commit is contained in:
Skyler Mäntysaari 2023-07-21 05:17:52 +03:00
parent c52497b110
commit 5a767b85fb
6 changed files with 1 additions and 7 deletions

View file

@ -3,6 +3,7 @@ apiVersion: v2
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
name: piped
home: https://github.com/TeamPiped/Piped-Kubernetes
icon: https://raw.githubusercontent.com/TeamPiped/Piped/master/public/img/icons/logo.svg
sources:
- https://github.com/TeamPiped/Piped
- https://github.com/TeamPiped/Piped-Backend

View file

@ -1,4 +1,3 @@
---
{{- include "bjw-s.common.values.init" . }}
{{- define "common.getValueFromSecret" }}

View file

@ -1,4 +1,3 @@
---
{{- if .Values.frontend.enabled -}}
apiVersion: apps/v1
kind: Deployment

View file

@ -1,4 +1,3 @@
---
{{- if .Values.ingress.main.enabled }}
{{- $fullName := include "common.names.fullname" . -}}
{{- $ingressName := $fullName -}}
@ -17,7 +16,6 @@
{{- $primaryService := .Values.frontend.service.main -}}
{{- $defaultServiceName := "piped-frontend" -}}
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:

View file

@ -1,4 +1,3 @@
---
{{- if .Values.ytproxy.enabled -}}
apiVersion: apps/v1
kind: Deployment

View file

@ -1,4 +1,3 @@
---
{{- if .Values.ingress.ytproxy.enabled }}
{{- $fullName := include "common.names.fullname" . -}}
{{- $ingressName := $fullName -}}
@ -17,7 +16,6 @@
{{- $primaryService := .Values.ytproxy.service.main -}}
{{- $defaultServiceName := "piped-ytproxy" -}}
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata: