k3s-configs/apps/namesny-com/deployment.yaml

25 lines
470 B
YAML
Raw Normal View History

2023-11-28 21:19:46 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: namesny-com
namespace: namesny-com
labels:
app: namesny-com
spec:
replicas: 1
selector:
matchLabels:
app: namesny-com
template:
metadata:
labels:
app: namesny-com
spec:
imagePullSecrets:
- name: gitea-regcred
containers:
- name: namesny-com
2024-02-15 21:13:21 +00:00
image: git.namesny.com/mathis/namesny-com:2024-02-15
2023-11-28 21:19:46 +00:00
ports:
- containerPort: 80