mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 07:50:32 -05:00
25 lines
449 B
YAML
25 lines
449 B
YAML
|
|
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: registry.gitlab.com/developerdurp/durpot
|
||
|
|
imagePullPolicy: Always
|
||
|
|
envFrom:
|
||
|
|
- secretRef:
|
||
|
|
name: durpot-secret
|