mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
6799a84f65
commit
5e39fb1a1d
7 changed files with 43 additions and 33 deletions
24
dmz/searxng/templates/deployment.yaml
Normal file
24
dmz/searxng/templates/deployment.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: searxng
|
||||
name: searxng
|
||||
labels:
|
||||
app: searxng
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: searxng
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: searxng
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: registry.durp.info/searxng/searxng:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue