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. | ||||
| 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 | ||||
|  |  | |||
|  | @ -1,4 +1,3 @@ | |||
| --- | ||||
| {{- include "bjw-s.common.values.init" . }} | ||||
| 
 | ||||
| {{- define "common.getValueFromSecret" }} | ||||
|  |  | |||
|  | @ -1,4 +1,3 @@ | |||
| --- | ||||
| {{- if .Values.frontend.enabled -}} | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
|  |  | |||
|  | @ -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: | ||||
|  |  | |||
|  | @ -1,4 +1,3 @@ | |||
| --- | ||||
| {{- if .Values.ytproxy.enabled -}} | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
|  |  | |||
|  | @ -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: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue