2022-05-24 12:57:27 +02:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: ansichtkaarten-deployment
|
|
|
|
namespace: family
|
|
|
|
labels:
|
|
|
|
app: ansichtkaarten-deployment
|
|
|
|
keel.sh/policy: force
|
|
|
|
keel.sh/match-tag: "true"
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: ansichtkaarten-deployment
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: ansichtkaarten-deployment
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: ansichtkaarten-deployment
|
|
|
|
imagePullPolicy: Always
|
2022-05-24 13:02:26 +02:00
|
|
|
image: registry.asraphiel.dev/library/ansichtkaarten:master
|
2022-05-24 12:57:27 +02:00
|
|
|
ports:
|
|
|
|
- containerPort: 80
|
|
|
|
imagePullSecrets:
|
|
|
|
- name: registry-creds
|