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