adding prefix and non cnpg database
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user