25 lines
470 B
YAML
25 lines
470 B
YAML
|
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
|
||
|
image: git.namesny.com/mathis/namesny-com:2023-11-22
|
||
|
ports:
|
||
|
- containerPort: 80
|