adding prefix and non cnpg database
This commit is contained in:
@@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: odoo-postinstall
|
||||
description: A Helm chart for deploying the postinall stuff for odoo, mainly the ingress
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ts-odoo
|
||||
name: {{ .Values.prefix}}ts-odoo
|
||||
annotations:
|
||||
tailscale.com/funnel: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: odoo
|
||||
name: {{ .Values.prefix }}odoo
|
||||
port:
|
||||
name: http
|
||||
ingressClassName: tailscale
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
prefix: null
|
||||
tailcaleIngresses:
|
||||
odooHostname: odoo
|
||||
Reference in New Issue
Block a user