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

25 lines
542 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-06-03 13:07:34 +00:00
image: git.namesny.com/mathis/namesny-com:2024-04-22@sha256:df51fff0dcc4e252b13f3c61debf2b3e2335e4c8e2d7441174457d9e7709a6ea
2023-11-28 21:19:46 +00:00
ports:
- containerPort: 80