add spegel
This commit is contained in:
parent
647e50ddf9
commit
040387339e
7
kubernetes/infrastructure/spegel/kustomization.yaml
Normal file
7
kubernetes/infrastructure/spegel/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: spegel
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- spegel.yaml
|
5
kubernetes/infrastructure/spegel/namespace.yaml
Normal file
5
kubernetes/infrastructure/spegel/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: spegel
|
43
kubernetes/infrastructure/spegel/spegel.yaml
Normal file
43
kubernetes/infrastructure/spegel/spegel.yaml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: spegel
|
||||||
|
namespace: spegel
|
||||||
|
spec:
|
||||||
|
type: "oci"
|
||||||
|
interval: 5m0s
|
||||||
|
url: oci://ghcr.io/spegel-org/helm-charts
|
||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: spegel
|
||||||
|
namespace: spegel
|
||||||
|
spec:
|
||||||
|
interval: 1m
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: spegel
|
||||||
|
version: "v0.0.24"
|
||||||
|
interval: 5m
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: spegel
|
||||||
|
values:
|
||||||
|
image:
|
||||||
|
pullPolicy: Always
|
||||||
|
spegel:
|
||||||
|
registries:
|
||||||
|
[
|
||||||
|
"https://cgr.dev",
|
||||||
|
"https://docker.io",
|
||||||
|
"https://ghcr.io",
|
||||||
|
"https://quay.io",
|
||||||
|
"https://mcr.microsoft.com",
|
||||||
|
"https://public.ecr.aws",
|
||||||
|
"https://gcr.io",
|
||||||
|
"https://registry.k8s.io",
|
||||||
|
"https://k8s.gcr.io",
|
||||||
|
"https://lscr.io",
|
||||||
|
"https://git.fascinated.cc",
|
||||||
|
]
|
Reference in New Issue
Block a user