mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add path comments to files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# /apps/base/gitea/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gitea
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/base/gitea/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/base/gitea/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/base/gitea/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/prod/gitea/ingress.yaml
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/prod/gitea/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gitea
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/prod/gitea/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/prod/gitea/secret.enc.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /apps/prod/gitea/values.yaml
|
||||
redis-cluster:
|
||||
enabled: false
|
||||
postgresql-ha:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: auth
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/authelia/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: cert-manager
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/cert-manager/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/storage-class/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/storage-class/storage-class.yaml
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: traefik
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/base/traefik/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/authelia/forward-auth-middleware.yaml
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/authelia/ingress.yaml
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/authelia/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: auth
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/authelia/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/authelia/users-database.enc.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/authelia/values.yaml
|
||||
domain: 'example.com'
|
||||
configMap:
|
||||
authentication_backend:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/cert-manager/issuer.yaml
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/cert-manager/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/cert-manager/secret.enc.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/traefik/certificate.yaml
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/traefik/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/traefik/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# /infrastructure/prod/traefik/values.yaml
|
||||
deployment:
|
||||
additionalVolumes:
|
||||
- name: access-log
|
||||
|
||||
Reference in New Issue
Block a user