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:
7
charts/durpot/Chart.yaml
Normal file
7
charts/durpot/Chart.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: durpapi
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "0.1.0"
|
||||
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
|
||||
Reference in New Issue
Block a user