Merge pull request #160 from 3dwardch3ng/misc
update namespaces for apps
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: capacitor
|
||||
namespace: flux-system
|
||||
namespace: capacitor
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
4
kubernetes/apps/prometheus-operator/app/namespace.yaml
Normal file
4
kubernetes/apps/prometheus-operator/app/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: prometheus-operator
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user