mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
initial commit
This commit is contained in:
commit
d91a4238cc
86 changed files with 4143 additions and 0 deletions
24
durpot/templates/deployment.yaml
Normal file
24
durpot/templates/deployment.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: durpot
|
||||
name: durpot
|
||||
labels:
|
||||
app: durpot
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: durpot
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: durpot
|
||||
spec:
|
||||
containers:
|
||||
- name: durpot
|
||||
image: ghcr.io/developerdurp/durpot:latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: durpot-secret
|
||||
Loading…
Add table
Add a link
Reference in a new issue