This commit is contained in:
Skyler Mäntysaari 2023-07-21 05:14:02 +03:00
parent 0b69dea18d
commit c52497b110
2 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
---
apiVersion: v1
kind: ConfigMap
metadata:

View file

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