mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Let's encrypt certificates issuer and searx
This commit is contained in:
parent
f34742ddea
commit
667cd48c88
12 changed files with 146 additions and 0 deletions
12
roles/k8s-manifests/templates/searx-svc.yml.j2
Normal file
12
roles/k8s-manifests/templates/searx-svc.yml.j2
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: searx
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8888
|
||||
selector:
|
||||
app: searx
|
||||
Loading…
Add table
Add a link
Reference in a new issue