Skip to content

Instantly share code, notes, and snippets.

@blueelvis
Created November 2, 2020 21:39
Show Gist options
  • Save blueelvis/64ee03e70057f23c48b7cf9946f67f8a to your computer and use it in GitHub Desktop.
Save blueelvis/64ee03e70057f23c48b7cf9946f67f8a to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: serve_hostname
name: serve_hostname
spec:
replicas: 2
selector:
matchLabels:
app: serve_hostname
template:
metadata:
labels:
app: serve_hostname
spec:
containers:
- image: k8s.gcr.io/serve_hostname
imagePullPolicy: Always
name: serve_hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment