Skip to content

Instantly share code, notes, and snippets.

@hnts
Last active December 21, 2021 11:42
Show Gist options
  • Save hnts/ef15535d033380a4a7a2c6ccfd2db45f to your computer and use it in GitHub Desktop.
Save hnts/ef15535d033380a4a7a2c6ccfd2db45f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: enumerate
spec:
containers:
- image: nginx
name: nginx
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
host: 192.168.11.1 # ターゲットにしたいIPアドレス
port: 80
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment