khuedoan-homelab/apps/blog/deployment.yaml

22 lines
351 B
YAML
Raw Normal View History

2021-12-19 23:34:58 +07:00
# TESTING
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: blog
name: blog
spec:
replicas: 3
selector:
matchLabels:
app: blog
template:
metadata:
labels:
app: blog
spec:
containers:
2021-12-26 12:36:14 +07:00
- name: blog
image: registry.khuedoan.com/blog:latest
2021-12-27 09:49:00 +07:00
imagePullPolicy: Always