Merge branch 'refs/heads/main' into infra/ingress-nginx

This commit is contained in:
2024-06-16 11:39:51 +10:00
29 changed files with 39 additions and 35 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