chore: add k8s manifests for Argo CD
This commit is contained in:
24
k8s/deployment.yaml
Normal file
24
k8s/deployment.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: namecheap-api
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: namecheap-api
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: namecheap-api
|
||||
spec:
|
||||
containers:
|
||||
- image: gitea.anvil.it.com/kaffa/namecheap-api:latest
|
||||
imagePullPolicy: Always
|
||||
name: namecheap-api
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
protocol: TCP
|
||||
imagePullSecrets:
|
||||
- name: gitea-registry
|
||||
Reference in New Issue
Block a user