add newest changes to namespaces

This commit is contained in:
2025-01-22 21:34:25 -05:00
parent e408c7cf4e
commit 4fd0c84d48
38 changed files with 908 additions and 148 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: gitea-ingress
namespace: git
spec:
entryPoints:
- web
routes:
- match: Path(`/`)
kind: Rule
services:
- name: gitea-http
port: 3000

View File

@@ -0,0 +1,4 @@
kind: Namespace
apiVersion: v1
metadata:
name: git

View File

@@ -0,0 +1,38 @@
# helm repo add mojo2600 https://mojo2600.github.io/pihole-kubernetes/
# helm install pihole mojo2600/pihole
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: pihole
namespace: pihole
spec:
chart: pihole
targetNamespace: pihole
repo: https://mojo2600.github.io/pihole-kubernetes/
valuesContent: |-
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 1
memory: 512Mi
persistentVolumeClaim:
enabled: true
podDnsConfig:
enabled: true
policy: "None"
nameservers:
- 68.94.156.11
- 68.94.157.11
service:
web:
type: LoadBalancer
loadBalancerIP: 192.168.178.252
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc
dns:
type: LoadBalancer
loadBalancerIP: 192.168.178.252
annotations:
metallb.universe.tf/allow-shared-ip: pihole-svc