add newest changes to namespaces
This commit is contained in:
15
namespaces/pihole/ingress.yml
Normal file
15
namespaces/pihole/ingress.yml
Normal 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
|
||||
4
namespaces/pihole/namespace.yml
Normal file
4
namespaces/pihole/namespace.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: git
|
||||
38
namespaces/pihole/pihole-chart.yml
Normal file
38
namespaces/pihole/pihole-chart.yml
Normal 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
|
||||
Reference in New Issue
Block a user