pivpn update and working with doh

This commit is contained in:
2024-07-20 01:49:58 -04:00
parent 697e08ed78
commit fd1fde499d
8 changed files with 130 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ podman-compose push
helm upgrade --install \
--namespace pihole \
--create-namespace \
blocklist ./helm/blocklist
blocklist ./pihole_blocklist/helm
```
## Notes

View File

@@ -52,10 +52,10 @@ metadata:
name: {{ .Release.Name }}
annotations:
cert-manager.io/cluster-issuer: letsencrypt
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.org/client-max-body-size: "0"
spec:
ingressClassName: nginx
rules:
- host: {{ .Values.domain }}
http: