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: 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