mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Cleanup of yaml document separators and add icon
This commit is contained in:
parent
c52497b110
commit
5a767b85fb
6 changed files with 1 additions and 7 deletions
|
|
@ -3,6 +3,7 @@ apiVersion: v2
|
||||||
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
description: Piped is an alternative privacy-friendly YouTube frontend which is efficient by design.
|
||||||
name: piped
|
name: piped
|
||||||
home: https://github.com/TeamPiped/Piped-Kubernetes
|
home: https://github.com/TeamPiped/Piped-Kubernetes
|
||||||
|
icon: https://raw.githubusercontent.com/TeamPiped/Piped/master/public/img/icons/logo.svg
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/TeamPiped/Piped
|
- https://github.com/TeamPiped/Piped
|
||||||
- https://github.com/TeamPiped/Piped-Backend
|
- https://github.com/TeamPiped/Piped-Backend
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
{{- include "bjw-s.common.values.init" . }}
|
{{- include "bjw-s.common.values.init" . }}
|
||||||
|
|
||||||
{{- define "common.getValueFromSecret" }}
|
{{- define "common.getValueFromSecret" }}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
{{- if .Values.frontend.enabled -}}
|
{{- if .Values.frontend.enabled -}}
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
{{- if .Values.ingress.main.enabled }}
|
{{- if .Values.ingress.main.enabled }}
|
||||||
{{- $fullName := include "common.names.fullname" . -}}
|
{{- $fullName := include "common.names.fullname" . -}}
|
||||||
{{- $ingressName := $fullName -}}
|
{{- $ingressName := $fullName -}}
|
||||||
|
|
@ -17,7 +16,6 @@
|
||||||
{{- $primaryService := .Values.frontend.service.main -}}
|
{{- $primaryService := .Values.frontend.service.main -}}
|
||||||
{{- $defaultServiceName := "piped-frontend" -}}
|
{{- $defaultServiceName := "piped-frontend" -}}
|
||||||
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
|
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
{{- if .Values.ytproxy.enabled -}}
|
{{- if .Values.ytproxy.enabled -}}
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
{{- if .Values.ingress.ytproxy.enabled }}
|
{{- if .Values.ingress.ytproxy.enabled }}
|
||||||
{{- $fullName := include "common.names.fullname" . -}}
|
{{- $fullName := include "common.names.fullname" . -}}
|
||||||
{{- $ingressName := $fullName -}}
|
{{- $ingressName := $fullName -}}
|
||||||
|
|
@ -17,7 +16,6 @@
|
||||||
{{- $primaryService := .Values.ytproxy.service.main -}}
|
{{- $primaryService := .Values.ytproxy.service.main -}}
|
||||||
{{- $defaultServiceName := "piped-ytproxy" -}}
|
{{- $defaultServiceName := "piped-ytproxy" -}}
|
||||||
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
|
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue