Spanish Translation

This commit is contained in:
Enrique Medina Montenegro
2019-06-12 16:56:34 +02:00
parent 944ab0d67d
commit edad9d9e8d
6 changed files with 896 additions and 0 deletions
@@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: frontend
labels:
app: guestbook
tier: frontend
spec:
# modifica las réplicas según tu caso de uso
replicas: 3
selector:
matchLabels:
tier: frontend
template:
metadata:
labels:
tier: frontend
spec:
containers:
- name: php-redis
image: gcr.io/google_samples/gb-frontend:v3