mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Huh
This commit is contained in:
parent
0b69dea18d
commit
c52497b110
2 changed files with 0 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
{{- if .Values.ingress.backend.enabled }}
|
{{- if .Values.ingress.backend.enabled }}
|
||||||
{{- $fullName := include "common.names.fullname" . -}}
|
{{- $fullName := include "common.names.fullname" . -}}
|
||||||
{{- $ingressName := $fullName -}}
|
{{- $ingressName := $fullName -}}
|
||||||
|
|
@ -17,7 +16,6 @@
|
||||||
{{- $primaryService := .Values.backend.service.main -}}
|
{{- $primaryService := .Values.backend.service.main -}}
|
||||||
{{- $defaultServiceName := "piped-backend" -}}
|
{{- $defaultServiceName := "piped-backend" -}}
|
||||||
{{- $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