Skip to content

Instantly share code, notes, and snippets.

@HammoTime
Created July 18, 2020 08:45
Show Gist options
  • Save HammoTime/c9fa6d9ecbd39970aff5835c43897cb1 to your computer and use it in GitHub Desktop.
Save HammoTime/c9fa6d9ecbd39970aff5835c43897cb1 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: echo
namespace: echo
spec:
selector:
matchLabels:
app: echo
replicas: 2
template:
metadata:
labels:
app: echo
spec:
containers:
- name: echo
image: hashicorp/http-echo
args:
- "-text=Default HTTP Service"
ports:
- containerPort: 5678
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment