Replace namespace with chart namespace

This commit is contained in:
j 2025-07-10 16:33:48 +10:00
parent 8e62b66b97
commit 71971b7e07
15 changed files with 53 additions and 58 deletions

View file

@ -1,14 +1,9 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: ai
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openwebui
namespace: ai
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
selector:
@ -40,7 +35,7 @@ apiVersion: v1
kind: Service
metadata:
name: openwebui
namespace: ai
namespace: {{ .Release.Namespace }}
spec:
selector:
app: openwebui
@ -53,7 +48,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: openwebui
namespace: ai
namespace: {{ .Release.Namespace }}
annotations:
kubernetes.io/ingress.class: "traefik"
external-dns.alpha.kubernetes.io/hostname: nc.hxme.net