[zh] resync guestbook/YAMLs

This commit is contained in:
Michael
2022-06-25 17:49:57 +08:00
parent ed23f394e2
commit afe5fee803
6 changed files with 9 additions and 10 deletions
@@ -1,4 +1,4 @@
# SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook
# 来源:https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook
apiVersion: v1
kind: Service
metadata:
@@ -9,7 +9,7 @@ metadata:
tier: backend
spec:
ports:
# the port that this service should serve on
# 此服务应使用的端口
- port: 6379
selector:
app: redis