mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-08 10:04:58 +07:00
22 lines
351 B
YAML
22 lines
351 B
YAML
![]() |
# 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:
|
||
|
- name: blog
|
||
|
image: registry.khuedoan.com/blog:latest
|
||
|
imagePullPolicy: Always
|