sergio_educacionit

google-samples/hello-app:1.0

Apr 15th, 2026 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4.   name: hello-pod
  5.   labels:
  6.     app: hello
  7. spec:
  8.   containers:
  9.   - name: hello-container
  10.     image: google/dart-hello:latest
  11.     ports:
  12.     - containerPort: 8080
Advertisement
Add Comment
Please, Sign In to add comment