Compare commits

...

13 Commits

Author SHA1 Message Date
bcf65b09f7 remove Argo 2025-06-27 01:14:26 -05:00
17f16a067d remove kubernaut 2025-06-27 00:13:19 -05:00
aa6a14979d disable CaaS for now
It's using a shitload of bandwidth
2025-06-01 11:14:31 -05:00
8b644bb4fc remove my-cluster 2025-05-22 16:07:56 -05:00
Flux
d53ae8082c Add Flux sync manifests 2025-05-22 21:02:38 +00:00
Flux
d2e4b3dc6e Add Flux v2.4.0 component manifests 2025-05-22 21:02:23 +00:00
e0743f2a68 add k3s cluster 2025-05-22 16:01:20 -05:00
82d8eb59dc kubernaut v0.2.2 2025-05-10 18:43:43 -05:00
e6ebdfde7b add Kubernaut secrets 2025-05-10 18:43:43 -05:00
16042a068d remove Istio sidecar injections from Kubernaut 2025-05-10 17:37:10 -05:00
e150c253cc sealed-secrets v0.29.0 2025-05-10 17:18:54 -05:00
709a880973 change kubernaut kubernetes.io/ingress.class to traefik 2025-05-09 18:08:05 -05:00
e93a85e4c6 kubernaut v0.2.1 2025-04-30 22:50:18 -05:00
16 changed files with 61 additions and 116 deletions

View File

@@ -1,19 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: istio
name: kubernaut-ingress
namespace: kubernaut
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kubernaut
port:
name: web

View File

@@ -1,17 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubernaut
resources:
- https://git.kill0.net/ryanc/kubernaut/kustomize?ref=v0.2.0
- https://git.kill0.net/ryanc/caas/kustomize?timeout=300
- ingress.yaml
patches:
- patch: |
- op: add
path: /metadata/labels/istio-injection
value: enabled
target:
kind: Namespace
name: kubernaut

View File

@@ -13,6 +13,65 @@ metadata:
pod-security.kubernetes.io/warn-version: latest
name: flux-system
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v2.4.0
name: allow-egress
namespace: flux-system
spec:
egress:
- {}
ingress:
- from:
- podSelector: {}
podSelector: {}
policyTypes:
- Ingress
- Egress
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v2.4.0
name: allow-scraping
namespace: flux-system
spec:
ingress:
- from:
- namespaceSelector: {}
ports:
- port: 8080
protocol: TCP
podSelector: {}
policyTypes:
- Ingress
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v2.4.0
name: allow-webhooks
namespace: flux-system
spec:
ingress:
- from:
- namespaceSelector: {}
podSelector:
matchLabels:
app: notification-controller
policyTypes:
- Ingress
---
apiVersion: v1
kind: ResourceQuota
metadata:

View File

@@ -20,7 +20,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/my-cluster
path: ./clusters/k3s-cluster
prune: true
sourceRef:
kind: GitRepository

View File

@@ -1,7 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo-rollouts
resources:
- namespace.yaml
- https://github.com/argoproj/argo-rollouts/releases/download/v1.7.2/install.yaml

View File

@@ -1,5 +0,0 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argo-rollouts

View File

@@ -1,18 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
patches:
- patch: |
apiVersion: v1
kind: Service
metadata:
name: argocd-server
spec:
type: LoadBalancer
target:
kind: Service
labelSelector: app.kubernetes.io/name=argocd-server

View File

@@ -1,5 +0,0 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argocd

View File

@@ -1,8 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: goldpinger
resources:
- namespace.yaml
- repository.yaml
- release.yaml

View File

@@ -1,5 +0,0 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: goldpinger

View File

@@ -1,21 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: goldpinger
namespace: goldpinger
spec:
chart:
spec:
chart: goldpinger
sourceRef:
kind: HelmRepository
name: goldpinger
interval: 50m
install:
remediation:
retries: 3
values:
goldpinger:
isArgoRollouts: true
reloadStrategy: annotations

View File

@@ -1,9 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: goldpinger
namespace: goldpinger
spec:
interval: 5m
url: https://bloomberg.github.io/goldpinger

View File

@@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.28.0/controller.yaml
- https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.29.0/controller.yaml