Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(container): update image docker.io/searxng/searxng to 5e7b5a5 - abandoned #1020

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kube/deploy/apps/piped/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
podLabels:
ingress.home.arpa/nginx-internal: "allow"
ingress.home.arpa/nginx-external: "allow"
ingress.home.arpa/cloudflare: "allow"
egress.home.arpa/nginx-internal: "allow"
egress.home.arpa/nginx-external: "allow"
db.home.arpa/pg: "pg-default"
Expand Down
29 changes: 29 additions & 0 deletions kube/deploy/apps/piped/app/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: excalidraw
namespace: excalidraw
annotations:
external-dns.alpha.kubernetes.io/target: "${DNS_CF}"
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,100.64.0.0/10
spec:
ingressClassName: nginx-external
rules:
- host: &host "${APP_DNS_PIPED_BACKEND:=piped-backend}"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: piped-backend
port:
number: 8080
tls:
- hosts:
- draw.jjg.gg
status:
loadBalancer:
ingress:
- ip: 10.12.34.80
1 change: 0 additions & 1 deletion kube/deploy/apps/piped/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
path: ./kube/deploy/apps/piped/app
dependsOn:
- name: 1-core-ingress-nginx-app
- name: 1-core-db-pg-clusters-default
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/searxng/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
main:
image: &img
repository: "docker.io/searxng/searxng"
tag: "latest@sha256:1f9f7f4f4f05e3d74b05b4c02a10b847a266aa3cfdb2251659010af7ed33a6f8"
tag: "latest@sha256:5e7b5a544af69f26d47de5a3634f77a34d8ed26141cb596eb6f91c7bf850952c"
command: ["uwsgi", "--master", "--http-socket", "0.0.0.0:8080", "/usr/local/searxng/dockerfiles/uwsgi.ini"]
env:
TZ: "${CONFIG_TZ}"
Expand Down