test durpapi

This commit is contained in:
2023-04-08 15:46:28 -05:00
parent 4167f20f46
commit 02023a0ee1
6 changed files with 107 additions and 0 deletions

View 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