Skip to content

Instantly share code, notes, and snippets.

@m3pratik
Created January 4, 2023 16:38
Show Gist options
  • Save m3pratik/76b321b38c778c0259e45606154576ac to your computer and use it in GitHub Desktop.
Save m3pratik/76b321b38c778c0259e45606154576ac to your computer and use it in GitHub Desktop.
frontend.yaml
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: frontend
labels:
app: guestbook
tier: frontend
spec:
# modify replicas according to your case
replicas: 3
selector:
matchLabels:
tier: frontend
template:
metadata:
labels:
tier: frontend
spec:
containers:
- name: php-redis
image: gcr.io/google_samples/gb-frontend:v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment