Skip to content

Instantly share code, notes, and snippets.

@jgato
Created May 30, 2023 09:51
Show Gist options
  • Save jgato/456bc7b6f76466bfbcb688aa61f3ab13 to your computer and use it in GitHub Desktop.
Save jgato/456bc7b6f76466bfbcb688aa61f3ab13 to your computer and use it in GitHub Desktop.
just helloworld pod with an image from open quay.io
apiVersion: v1
kind: Pod
metadata:
name: hello
labels:
app: hello
namespace: test
spec:
serviceAccount: testuser
serviceAccountName: testuser
containers:
- name: nginx
image: quay.io/podman/hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment