mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
bb4cc325f0
This reverts commit b6313e41a9
.
Use both for manual failover
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
|