add old clsutertool to archive

This commit is contained in:
Kjeld Schouten
2024-06-12 16:49:02 +02:00
parent 8d1dbb91dd
commit 07fdb4281e
138 changed files with 13329 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cluster-config
namespace: flux-system
data:
VIP: 192.168.10.100
MASTER1IP: 192.168.10.110
GATEWAY: 192.168.10.1
METALLB_RANGE: 192.168.10.100-192.168.10.250
KUBEAPPS_IP: 192.168.10.105
EMAIL: "TBD"
CLOUDFLARE_TOKEN: "TBD"
GITHUB_TOKEN: "TBD"
GITHUB_USER: "TBD"
GITHUB_REPOSITORY: "TBD"
BASE_DOMAIN: "TBD"

View File

@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: flux-system
resources:
- clustersettings.secret.yaml

View File

@ -0,0 +1,21 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.zinn.ca/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-config
namespace: flux-system
spec:
path: ./cluster/main/flux-config/app
sourceRef:
kind: GitRepository
name: flux-system
prune: true
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m
decryption:
provider: sops
secretRef:
name: sops-age