Init French translation (#12548)

This commit is contained in:
Rémy Léone
2019-02-13 18:29:21 +01:00
committed by Kubernetes Prow Robot
parent 0470ce5688
commit a5cda6edea
20 changed files with 751 additions and 0 deletions
@@ -0,0 +1,19 @@
apiVersion: apps/v1 # apps/v1beta2를 사용하는 1.9.0보다 더 이전의 버전용
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2 # 템플릿에 매칭되는 파드 2개를 구동하는 디플로이먼트임
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80