mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
chore(backend): Fix the configmap generation for databases. (#39)
It shouldn't require dialect and driver_class and instead default to using them but allow customization.
This commit is contained in:
parent
6355d40bbd
commit
42e5d8f110
10 changed files with 23 additions and 21 deletions
|
|
@ -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