apiVersion: v1 kind: Service metadata: name: guestbook labels: app: &app frontend spec: type: ClusterIP ports: - port: 80 selector: app: *app