update namespaces for apps

This commit is contained in:
2024-06-16 11:11:26 +10:00
parent 3a32f97dcc
commit 9d2c5e6162
13 changed files with 19 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: adguard-home
namespace: flux-system
namespace: adguard-home
spec:
interval: 10m
timeout: 1m30s

View File

@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: adguard-home-ingress
namespace: flux-system
namespace: adguard-home
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"

View File

@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: capacitor-ingress
namespace: flux-system
namespace: capacitor
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"

View File

@@ -4,7 +4,7 @@ apiVersion: v1
kind: Service
metadata:
name: capacitor
namespace: flux-system
namespace: capacitor
labels:
helm.sh/chart: onechart-0.63.0
app.kubernetes.io/name: onechart
@@ -26,7 +26,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: capacitor
namespace: flux-system
namespace: capacitor
labels:
helm.sh/chart: onechart-0.63.0
app.kubernetes.io/name: onechart

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: capacitor
namespace: flux-system
namespace: capacitor
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: capacitor
namespace: flux-system
namespace: capacitor
spec:
interval: 10m
timeout: 1m30s

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager
namespace: flux-system
namespace: cert-manager
spec:
interval: 10m
timeout: 1m30s
@@ -19,7 +19,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: clusterissuer-secrets
namespace: flux-system
namespace: cert-manager
spec:
interval: 10m
timeout: 1m30s
@@ -42,7 +42,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: clusterissuer
namespace: flux-system
namespace: cert-manager
spec:
interval: 10m
timeout: 1m30s

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: podinfo
namespace: flux-system
namespace: podinfo
spec:
interval: 10m
timeout: 1m30s

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: prometheus-operator

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: prometheus-operator
namespace: flux-system
namespace: prometheus-operator
spec:
suspend: true
interval: 1h

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: ingress-nginx-values
namespace: flux-system
namespace: ingress-nginx
data:
use_geoip2: "false"
disable_ipv6: "true"

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: ingress-nginx-config
namespace: flux-system
namespace: ingress-nginx
spec:
interval: 10m
timeout: 1m30s

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: ingress-nginx
namespace: flux-system
namespace: ingress-nginx
spec:
interval: 10m
timeout: 1m30s