Add imagePullSecrets to deployment

This commit is contained in:
2026-02-14 15:21:13 +00:00
parent ffe7a19ce4
commit c5988a3565

View File

@@ -1,8 +1,3 @@
apiVersion: v1
kind: Namespace
metadata:
name: bcard
---
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -18,6 +13,8 @@ spec:
labels:
app: bcard
spec:
imagePullSecrets:
- name: gitea-registry
containers:
- name: bcard
image: git.mikhailkilin.ru/killingdruid/bcard:latest