This commit is contained in:
2023-04-09 14:50:44 -05:00
parent e30f52907a
commit e58c50ac1e
3 changed files with 10 additions and 33 deletions

View File

@@ -9,15 +9,12 @@ spec:
repoURL: https://github.com/DeveloperDurp/homelab.git repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main targetRevision: main
path: durpot path: durpot
directory:
recurse: true
destination: destination:
server: https://kubernetes.default.svc
namespace: durpot namespace: durpot
name: in-cluster
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true

View File

@@ -1,7 +1,11 @@
apiVersion: v2 apiVersion: v2
name: durpot name: durpapi
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
type: application type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.1.0 dependencies:
appVersion: "0.1.0" - name: durpot
repository: https://gitlab.com/api/v4/projects/45025485/packages/helm/stable
version: 1.0.0

View File

@@ -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