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,18 @@
apiVersion: v1
kind: Service
metadata:
name: frontend
labels:
app: guestbook
tier: frontend
spec:
# comment or delete the following line if you want to use a LoadBalancer
type: NodePort
# if your cluster supports it, uncomment the following to automatically create
# an external load-balanced IP for the frontend service.
# type: LoadBalancer
ports:
- port: 80
selector:
app: guestbook
tier: frontend