-
Notifications
You must be signed in to change notification settings - Fork 15
argocd cli template
choisungwook edited this page May 29, 2021
·
1 revision
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-cli
spec:
selector:
matchLabels:
app: argocd-cli
template:
metadata:
labels:
app: argocd-cli
spec:
containers:
- name: argocd-cli
# reference: https://quay.io/repository/argoproj/argocli?tab=info
image: quay.io/argoproj/argocd:latest
resources:
limits:
memory: "128Mi"
cpu: "500m"
command: ["/bin/sh"]
args: ["-c", "tail -f /dev/null"]
쿠버네티스
- helm차트
- 템플릿
- argocd
- cert-manager
- nexus
- 기타
리눅스
개발
기타
-
vagrant
-
jenkins
-
ansible
-
gitlab
-
redis
-
기타