mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
e30f52907a
commit
e58c50ac1e
3 changed files with 10 additions and 33 deletions
|
|
@ -1,7 +1,11 @@
|
|||
apiVersion: v2
|
||||
name: durpot
|
||||
name: durpapi
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.1
|
||||
appVersion: 0.0.1
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "0.1.0"
|
||||
dependencies:
|
||||
- name: durpot
|
||||
repository: https://gitlab.com/api/v4/projects/45025485/packages/helm/stable
|
||||
version: 1.0.0
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
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