mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
update
This commit is contained in:
parent
6799a84f65
commit
5e39fb1a1d
7 changed files with 43 additions and 33 deletions
12
dmz/searxng/templates/service.yaml
Normal file
12
dmz/searxng/templates/service.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: searxng-service
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: searxng
|
||||
Loading…
Add table
Add a link
Reference in a new issue