Skip to content

Instantly share code, notes, and snippets.

@ecojuntak
Created June 1, 2020 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecojuntak/a9bae336e606cdf71c3c641979eef900 to your computer and use it in GitHub Desktop.
Save ecojuntak/a9bae336e606cdf71c3c641979eef900 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: go-web-server
labels:
app: go-web-server
spec:
replicas: 3
selector:
matchLabels:
app: go-web-server
template:
metadata:
labels:
app: go-web-server
spec:
containers:
- name: app
image: ecojuntak/go-web-server:v0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment