mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 16:00:33 -05:00
Update 4 files
- /.github/workflows/codeql-analysis.yml - /.github/workflows/docker-image.yml - /charts/durpot/Chart.yaml - /charts/durpot/templates/deployment.yaml
This commit is contained in:
parent
1c232a5217
commit
b0d0ab5bb5
4 changed files with 31 additions and 101 deletions
24
charts/durpot/templates/deployment.yaml
Normal file
24
charts/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: registry.gitlab.com/developerdurp/durpot
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: durpot-secret
|
||||
Loading…
Add table
Add a link
Reference in a new issue