Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created July 6, 2021 11:30
Show Gist options
  • Select an option

  • Save cmaster11/3d508d07d28944cc39b0dc1a1c9ad8d2 to your computer and use it in GitHub Desktop.

Select an option

Save cmaster11/3d508d07d28944cc39b0dc1a1c9ad8d2 to your computer and use it in GitHub Desktop.
Markdium-Restart Kubernetes deployments using HTTP requests
apiVersion: v1
kind: Service
metadata:
name: restart-helper
spec:
selector:
app: restart-helper
ports:
- port: 7055
name: http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment