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:
2023-04-09 19:49:50 +00:00
parent 1c232a5217
commit b0d0ab5bb5
4 changed files with 31 additions and 101 deletions

7
charts/durpot/Chart.yaml Normal file
View 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"

View 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