deployment
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2024-12-02 09:42:12 +01:00
parent defee32084
commit 04b0218280
9 changed files with 114 additions and 3 deletions

View File

@ -0,0 +1,28 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ma
labels:
app: ma
annotations:
secret.reloader.stakater.com/reload: ma-db-cred
spec:
replicas: 1
selector:
matchLabels:
app: ma
template:
metadata:
labels:
app: ma
spec:
containers:
- name: ma
image: %IMAGE%
imagePullPolicy: Always
envFrom:
- secretRef:
name: ma-db-cred
- configMapRef:
name: ma-conf