Skip to content

Instantly share code, notes, and snippets.

@jovemfelix
Created September 26, 2025 13:25
Show Gist options
  • Select an option

  • Save jovemfelix/e7159e28452273bfe94fc9931c7276d8 to your computer and use it in GitHub Desktop.

Select an option

Save jovemfelix/e7159e28452273bfe94fc9931c7276d8 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: support-cli
spec:
replicas: 1
selector:
matchLabels:
app: support-tools
template:
metadata:
labels:
app: support-tools
deploymentconfig: support-tools
spec:
containers:
- image: quay.io/rfelix/redhat-net-tools:latest
imagePullPolicy: IfNotPresent
name: support-tools
stdin: true
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment