strato-infra/flux/cluster/apps/family/weg/deployment.yaml

27 lines
562 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: weg-deployment
namespace: family
labels:
app: weg-deployment
keel.sh/policy: force
keel.sh/match-tag: "true"
spec:
replicas: 1
selector:
matchLabels:
app: weg-deployment
template:
metadata:
labels:
app: weg-deployment
spec:
containers:
- name: weg-deployment
imagePullPolicy: Always
image: registry.asraphiel.dev/library/weg:main
ports:
- containerPort: 80
imagePullSecrets:
- name: registry-creds