fix(whoogle): cleanup

This commit is contained in:
JJGadgets
2023-12-02 16:23:40 +08:00
parent dcb0c72fe0
commit 356bf65f53

View File

@@ -18,6 +18,9 @@ spec:
controller:
strategy: RollingUpdate
fullNameOverride: whoogle
podLabels:
ingress.home.arpa/nginx-internal: "allow"
egress.home.arpa/world-https: "allow"
image:
repository: docker.io/benbusby/whoogle-search
tag: 0.8.4
@@ -34,13 +37,6 @@ spec:
WHOOGLE_TOR_SERVICE: 0
WHOOGLE_PROXY_TYPE: "socks5"
WHOOGLE_PROXY_LOC: "10.64.0.1:1080"
dnsPolicy: None
dnsConfig:
options:
- name: ndots
value: "1"
nameservers:
- "${IP_HOME_DNS}"
service:
main:
ports:
@@ -52,13 +48,12 @@ spec:
primary: true
ingressClassName: "nginx-internal"
hosts:
- host: "${APP_DNS_WHOOGLE}"
- host: &host "${APP_DNS_WHOOGLE}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "${APP_DNS_WHOOGLE}"
- hosts: [*host]
resources:
requests:
cpu: 5m